ll
liukangdong
2024-10-14 a2e5b78d3677cb0999c0b7faa6c93d97810370e2
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    分页大小
}