From 36746596927952a6b860129a62eec9059bf083a7 Mon Sep 17 00:00:00 2001 From: Rodney Chen <rodney.chen@hotmail.com> Date: 星期六, 26 四月 2025 18:06:27 +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