phis-feign/src/main/java/com/hz/his/dto/PageDto.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
phis-feign/src/main/java/com/hz/his/dto/PageDto.java
@@ -16,6 +16,9 @@ /**分类标识*/ private String typeId; //appid private String appId; public Integer getPageNum() { if(this.pageNum == null || this.pageNum < 0){ @@ -80,4 +83,12 @@ public void setTypeId(String typeId) { this.typeId = typeId; } public String getAppId() { return appId; } public void setAppId(String appId) { this.appId = appId; } }