From bdf6174b1065a24877f16bba68921772a9586b48 Mon Sep 17 00:00:00 2001
From: Rodney Chen <rodney.chen@hotmail.com>
Date: 星期四, 24 四月 2025 21:01:23 +0800
Subject: [PATCH] 优化了一些已知问题

---
 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