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 公共方法