ludc
2024-08-16 56de7a42d2567ce72885be8ebb1d1250d68ddd1b
Source/plt-web/plt-web-parent/plt-web-api/src/main/java/com/vci/pagemodel/MenuVO.java
@@ -33,7 +33,6 @@
    */
   private Boolean hasChildren;
   /**
    * 菜单编号
    */
@@ -103,11 +102,25 @@
    * 是否新窗口打开
    */
   private String isOpenName;
   /**
    * 只针对于首页系统模块配置使用,用于区分点击不同的节点,展开的不同查询逻辑
    */
   private String modeType;
   /**
    * 前端是否隐藏
    */
   private HashMap<String,Boolean> meta = new HashMap<>();
   public String getModeType() {
      return modeType;
   }
   public void setModeType(String modeType) {
      this.modeType = modeType;
   }
   public String getId() {
      return id;
   }