From 6922ceb192bfcb15f840409bb5f0707d3ee448e9 Mon Sep 17 00:00:00 2001
From: Ben Lin <maobin001@msn.com>
Date: 星期五, 21 六月 2024 18:09:57 +0800
Subject: [PATCH] 菜单权限更新

---
 Tiger.Model.Net/Entitys/SYS/SYS_MENU.cs |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/Tiger.Model.Net/Entitys/SYS/SYS_MENU.cs b/Tiger.Model.Net/Entitys/SYS/SYS_MENU.cs
index 6ece0bc..d5f6820 100644
--- a/Tiger.Model.Net/Entitys/SYS/SYS_MENU.cs
+++ b/Tiger.Model.Net/Entitys/SYS/SYS_MENU.cs
@@ -98,6 +98,8 @@
         /// 
         /// </summary>
         public string IGNOREAUTH { get; set; }
+        public int BUTTON_TYPE { get; set; }
+        
         #endregion
 
         #region 铏氭嫙灞炴��
@@ -135,6 +137,15 @@
 			Enum1,
 		}
 		*/
+        public enum BUTTON_TYPEs
+        {
+            [Description("宸ュ叿鏍忓唴")]
+            ToolBar,
+            [Description("鎿嶄綔")]
+            Action,
+            [Description("琛ㄦ牸鍐�")]
+            Table,
+        }
         #endregion
 
         #region 鍏叡鏂规硶

--
Gitblit v1.9.3