|
@ -18,13 +18,11 @@ public class EpdcScreenEpidemicCommunityVaccinationStatisticsFormDTO implements |
|
|
/** |
|
|
/** |
|
|
*页码 -必传项 |
|
|
*页码 -必传项 |
|
|
*/ |
|
|
*/ |
|
|
@NotNull(message = "页码 不能为空") |
|
|
|
|
|
private Integer pageIndex; |
|
|
private Integer pageIndex; |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* 页容量 -必传项 |
|
|
* 页容量 -必传项 |
|
|
*/ |
|
|
*/ |
|
|
@NotNull(message = "页容量 不能为空") |
|
|
|
|
|
private Integer pageSize; |
|
|
private Integer pageSize; |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|