xuhy
2025-05-08 b89f1d3745044fec20c9cfe7a94bdb301d2ae645
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;
}