服务端的TigerApi 框架,基于.NET6 2024 版本
Ben Lin
2024-08-18 e3e60e858b0d8d2196b6cbb6dff04f9fde65d3df
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; }
    }
}