服务端的TigerApi 框架,基于.NET6 2024 版本
Ben Lin
2024-07-02 5486f57456317d8566507bcc4ec28b1ebb182f57
Tiger.Model.Net/Entitys/SYS/MenuItem.cs
@@ -31,6 +31,8 @@
        public string redirect { get; set; }
        public bool? caseSensitive { get; set; }
        public DateTime? createTime { get; set; }
        public int btnType { get; set; }
        public string doMethod { get; set; }
    }
    public class RouteMeta {
@@ -74,6 +76,10 @@
        public bool? ignoreRoute { get; set; }
        // Hide path for children
        public bool? hidePathForChildren { get; set; }
        public string menuId { get; set; }
        public string menuCode { get; set; }
        public int btnType { get; set; }
        public string doMethod { get; set; }
    }
    public class SaveMenuParams
@@ -92,5 +98,7 @@
        public string show { get; set; }
        public string func_type { get; set; }
        public string keepalive { get; set; }
        public int btnType { get; set; }
        public string doMethod { get; set; }
    }
}