puzhibing
2024-09-12 bd8fb523bf602ce9371c274830dfe0ceb31e1311
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;
}