ludc
2024-12-13 9d92bb1d5698690bfd06fb93c668d9ae73300426
Source/plt-web/plt-web-parent/plt-web-api/src/main/java/com/vci/pagemodel/MenuVO.java
@@ -81,7 +81,7 @@
   private Integer sort;
   /**
    * 菜单类型
    * 菜单类型: 0:菜单,1:按钮
    */
   private Integer category;
@@ -126,6 +126,11 @@
   private String modeType;
   /**
    * 功能类型:0:功能菜单节点,1:分类
    */
   private int functionType;
   /**
    * 是模块下子对象是模块还是操作:0表示无子节点,1表示是模块,2表示是操作
    */
   private Integer childType;
@@ -166,6 +171,22 @@
      return funcId;
   }
   public void setFunctionType(int functionType) {
      this.functionType = functionType;
   }
   public void setHavePermission(Integer havePermission) {
      this.havePermission = havePermission;
   }
   public int getFunctionType() {
      return functionType;
   }
   public Integer getHavePermission() {
      return havePermission;
   }
   public String getOperId() {
      return operId;
   }
@@ -182,10 +203,6 @@
      this.resourceMobile = resourceMobile;
   }
   public void setValid(Boolean valid) {
      isValid = valid;
   }
   public String getPathC() {
      return pathC;
   }
@@ -198,10 +215,6 @@
      return resourceMobile;
   }
   public Boolean getValid() {
      return isValid;
   }
   public void setIsValid(Boolean isValid) {
      this.isValid = isValid;
   }
@@ -210,6 +223,8 @@
      return isValid;
   }
   public void setChildType(Integer childType) {
      this.childType = childType;
   }