wangting
2024-11-19 9c67a9d48ec6a71e2d4edf11fae3f5e802a97bff
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:分类,3:按钮
    */
   private int functionType;
   /**
    * 是模块下子对象是模块还是操作:0表示无子节点,1表示是模块,2表示是操作
    */
   private Integer childType;
@@ -166,6 +171,30 @@
      return funcId;
   }
   public void setFunctionType(int functionType) {
      this.functionType = functionType;
   }
   public void setValid(Boolean valid) {
      isValid = valid;
   }
   public void setHavePermission(Integer havePermission) {
      this.havePermission = havePermission;
   }
   public int getFunctionType() {
      return functionType;
   }
   public Boolean getValid() {
      return isValid;
   }
   public Integer getHavePermission() {
      return havePermission;
   }
   public String getOperId() {
      return operId;
   }