ruoyi-service/ruoyi-integration/src/main/java/com/ruoyi/integration/drainage/model/QueryStationsInfo.java
@@ -1,5 +1,6 @@ package com.ruoyi.integration.drainage.model; import com.fasterxml.jackson.annotation.JsonProperty; import lombok.Data; import javax.validation.constraints.Null; @@ -15,17 +16,20 @@ * yyyy-MM-dd HH:mm:ss */ @Null private String LastQueryTime; @JsonProperty("LastQueryTime") private String lastQueryTime; /** * 查询页码 * 默认1 */ @Null private Integer PageNo; @JsonProperty("PageNo") private Integer pageNo; /** * 每页数量 * 默认10 */ @Null private Integer PageSize; @JsonProperty("PageSize") private Integer pageSize; }