无关风月
2024-08-21 671af9ac4d783fcc961d064279ed0e5f7c3d0906
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.ruoyi.other.query;
 
import lombok.Data;
 
/**
 * @author zhibing.pu
 * @date 2024/8/20 18:25
 */
@Data
public class PassDto {
    Integer id;
    String remark;
}