服务端的TigerApi 框架,基于.NET6 2024 版本
Rodney Chen
2024-12-25 df5935407576ec130f70fbfa9302c1eafc2b1d82
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