zhibing.pu
2024-09-11 aa7727d8ed9eca34f8126c3dc5a80fbdf9ad56cd
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;
}