zxl
5 天以前 0d243e7f5dc593cdc6e0608bb52cd635f8fc6982
1
2
3
4
5
6
7
8
9
package com.ycl.platform.domain.param.UY;
 
import lombok.Data;
 
@Data
public class MonitorQualifyParam {
    private Integer pageNum;
    private Integer pageSize;
}