From 68fd566d21b3efc3a670a5295289b1801f5a4155 Mon Sep 17 00:00:00 2001
From: ludc <ludc@vci-tech.com>
Date: 星期四, 16 一月 2025 18:18:55 +0800
Subject: [PATCH] 流程部署接口上传

---
 Source/plt-web/plt-web-parent/plt-web-api/src/main/java/com/vci/pagemodel/MenuVO.java |   23 +++++++++++++++++++++++
 1 files changed, 23 insertions(+), 0 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 2bc25bf..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
@@ -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