From 8c1002afe5d82010cbabdbc75201fab8b9bb3eea Mon Sep 17 00:00:00 2001 From: Rodney Chen <rodney.chen@hotmail.com> Date: 星期四, 26 十二月 2024 21:25:30 +0800 Subject: [PATCH] 增加工单字段 --- Tiger.Model.Net/Entitys/SYS/SYS_MENU.cs | 20 ++++++++++++++++++++ 1 files changed, 20 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..806b1a6 100644 --- a/Tiger.Model.Net/Entitys/SYS/SYS_MENU.cs +++ b/Tiger.Model.Net/Entitys/SYS/SYS_MENU.cs @@ -98,6 +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 铏氭嫙灞炴�� @@ -135,6 +144,17 @@ Enum1, } */ + public enum BUTTON_TYPEs + { + [Description("宸ュ叿鏍忓唴")] + ToolBar, + [Description("鎿嶄綔")] + Action, + [Description("琛ㄦ牸鍐�")] + Table, + [Description("铏氭嫙鎸夐挳")] + Virtually, + } #endregion #region 鍏叡鏂规硶 -- Gitblit v1.9.3