liukangdong
2025-01-13 cb1794d34ab60176dd6e62c451a47774c5d9552f
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    分页大小
}