chenjiahe
2023-02-09 99f5cda938c41638dc963d364204716aa62e8ba1
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;
    }
}