jiangping
2024-11-29 a5ec987b79393b9d26c621823461c5f4755cabfd
1
2
3
4
5
6
7
8
9
package com.doumee.core.haikang.model.param.request;
 
import lombok.Data;
 
@Data
public class LedRecordsRequest {
    private Integer  pageNo        ;//String    true    分页页码
    private Integer  pageSize        ;//String    true    分页大小
}