From 8da1d552357ff91a6ff88514cf0480dda55c03ed Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期二, 29 十月 2024 01:13:11 +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