@ -44,9 +44,11 @@ public class GetListSocietyOrgFormDTO implements Serializable {
private Date serviceEndTime;
//页码
@Min(1)
private Integer pageNo;
private Integer pageNo = 1;
//每页多少条
private Integer pageSize = 20;
//是否分页(是:true 否:false)
private Boolean isPage = true;
//token中客户Id
private String customerId;
//token中userId
@ -45,7 +45,7 @@ public class GetListPlaceOrgFormDTO implements Serializable {
@ -43,7 +43,7 @@ public class GetListPlacePatrolRecordFormDTO implements Serializable {
private String finalResult;
@ -38,7 +38,7 @@ public class GetListPlacePatrolReviewRecordFormDTO implements Serializable {
private String placePatrolReviewRecordId;
@ -43,7 +43,7 @@ public class GetListPlacePatrolTeamFormDTO implements Serializable {