From 9b8a448988bab3fe685e2a6d6d02a6e0efbe5654 Mon Sep 17 00:00:00 2001
From: Ben Lin <maobin001@msn.com>
Date: 星期六, 23 十一月 2024 00:08:25 +0800
Subject: [PATCH] 一些优化

---
 Tiger.Model.Net/Entitys/SYS/V_USER_MENU.cs |   13 +++++--------
 1 files changed, 5 insertions(+), 8 deletions(-)

diff --git a/Tiger.Model.Net/Entitys/SYS/V_USER_MENU.cs b/Tiger.Model.Net/Entitys/SYS/V_USER_MENU.cs
index d6079d2..04400c8 100644
--- a/Tiger.Model.Net/Entitys/SYS/V_USER_MENU.cs
+++ b/Tiger.Model.Net/Entitys/SYS/V_USER_MENU.cs
@@ -23,10 +23,6 @@
 
 		#region 鍏叡灞炴��
 		/// <summary>
-		/// GUID
-		/// </summary>
-		public string ID { get; set; }
-		/// <summary>
 		/// 鐢ㄦ埛ID
 		/// </summary>
 		public string USER_ID { get; set; }
@@ -70,10 +66,11 @@
 		/// 鑿滃崟鍚嶇О
 		/// </summary>
 		public string MENU_NAME { get; set; }
-		/// <summary>
-		/// 
-		/// </summary>
-		public string HALF_CHECK { get; set; }
+        public string PATH { get; set; }
+        /// <summary>
+        /// 
+        /// </summary>
+        public string HALF_CHECK { get; set; }
 		#endregion
 
 		#region 铏氭嫙灞炴��

--
Gitblit v1.9.3