无关风月
2024-09-29 965af8a1b7b7470a1d3659fb9efed1da21713a1c
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;
}