zhangxu
2022-11-23 1c744733a032b1da5d429830268a6314b39eba09
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;
    }
}