服务端的TigerApi 框架,基于.NET6 2024 版本
Ben Lin
2024-07-02 5486f57456317d8566507bcc4ec28b1ebb182f57
Tiger.Model.Net/Entitys/SYS/MenuItem.cs
@@ -32,6 +32,7 @@
        public bool? caseSensitive { get; set; }
        public DateTime? createTime { get; set; }
        public int btnType { get; set; }
        public string doMethod { get; set; }
    }
    public class RouteMeta {
@@ -78,6 +79,7 @@
        public string menuId { get; set; }
        public string menuCode { get; set; }
        public int btnType { get; set; }
        public string doMethod { get; set; }
    }
    public class SaveMenuParams
@@ -97,5 +99,6 @@
        public string func_type { get; set; }
        public string keepalive { get; set; }
        public int btnType { get; set; }
        public string doMethod { get; set; }
    }
}