From 6e78892c440406c94fa1190d8daa04480620f13a Mon Sep 17 00:00:00 2001
From: Ben Lin <maobin001@msn.com>
Date: 星期六, 28 十二月 2024 01:31:02 +0800
Subject: [PATCH] 通用导入Excel更新

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

diff --git a/Tiger.Model.Net/Entitys/SYS/SYS_MENU.cs b/Tiger.Model.Net/Entitys/SYS/SYS_MENU.cs
index d5f6820..806b1a6 100644
--- a/Tiger.Model.Net/Entitys/SYS/SYS_MENU.cs
+++ b/Tiger.Model.Net/Entitys/SYS/SYS_MENU.cs
@@ -98,8 +98,15 @@
         /// 
         /// </summary>
         public string IGNOREAUTH { get; set; }
+        /// <summary>
+        /// 鎸夐挳绫诲瀷
+        /// </summary>
         public int BUTTON_TYPE { get; set; }
-        
+        /// <summary>
+        /// 鎸夐挳鎵ц鏂规硶鍚�
+        /// </summary>
+        public string DO_METHOD { get; set; }
+
         #endregion
 
         #region 铏氭嫙灞炴��
@@ -145,6 +152,8 @@
             Action,
             [Description("琛ㄦ牸鍐�")]
             Table,
+            [Description("铏氭嫙鎸夐挳")]
+            Virtually,
         }
         #endregion
 

--
Gitblit v1.9.3