wangting
2024-11-29 161edfd2a50595021d9bfe303ed7f1b26893b862
Source/plt-web/plt-web-parent/plt-web-api/src/main/java/com/vci/pagemodel/MenuVO.java
@@ -175,10 +175,6 @@
      this.functionType = functionType;
   }
   public void setValid(Boolean valid) {
      isValid = valid;
   }
   public void setHavePermission(Integer havePermission) {
      this.havePermission = havePermission;
   }
@@ -187,10 +183,6 @@
      return functionType;
   }
   public Boolean getValid() {
      return isValid;
   }
   public Integer getHavePermission() {
      return havePermission;
   }
@@ -231,6 +223,8 @@
      return isValid;
   }
   public void setChildType(Integer childType) {
      this.childType = childType;
   }