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