From 4891d952819dd5c2efd727385a5f8178ac640d22 Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期四, 09 一月 2025 18:30:43 +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