服务端的TigerApi 框架,基于.NET6 2024 版本
Rodney Chen
2024-09-25 0fdb04b7c451d7c59b226c25425722afd3364916
Tiger.Model.Net/Entitys/SYS/SYS_MENU.cs
@@ -98,7 +98,13 @@
        /// 
        /// </summary>
        public string IGNOREAUTH { get; set; }
        /// <summary>
        /// 按钮类型
        /// </summary>
        public int BUTTON_TYPE { get; set; }
        /// <summary>
        /// 按钮执行方法名
        /// </summary>
        public string DO_METHOD { get; set; }
        #endregion