ll
liukangdong
2025-02-11 8ac8aa810302c78d18d0b37b155bdbf814ae466f
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    分页大小
}