ludc
2025-01-16 68fd566d21b3efc3a670a5295289b1801f5a4155
Source/plt-web/plt-web-parent/plt-web-api/src/main/java/com/vci/pagemodel/MenuVO.java
@@ -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;
   }
@@ -202,6 +223,8 @@
      return isValid;
   }
   public void setChildType(Integer childType) {
      this.childType = childType;
   }