From 49c623058bd160fee79cc8a245b93d2770eb72bf Mon Sep 17 00:00:00 2001
From: wangting <wangting@vci-tech.com>
Date: 星期三, 25 十二月 2024 11:02:20 +0800
Subject: [PATCH] 修改样式文件
---
Source/plt-web/plt-web-parent/plt-web-api/src/main/java/com/vci/pagemodel/MenuVO.java | 25 ++++++++++++++++++++++++-
1 files changed, 24 insertions(+), 1 deletions(-)
diff --git a/Source/plt-web/plt-web-parent/plt-web-api/src/main/java/com/vci/pagemodel/MenuVO.java b/Source/plt-web/plt-web-parent/plt-web-api/src/main/java/com/vci/pagemodel/MenuVO.java
index 4c2da4d..0e7159d 100644
--- a/Source/plt-web/plt-web-parent/plt-web-api/src/main/java/com/vci/pagemodel/MenuVO.java
+++ b/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;
}
@@ -202,6 +223,8 @@
return isValid;
}
+
+
public void setChildType(Integer childType) {
this.childType = childType;
}
--
Gitblit v1.9.3