From 7e73e5df14dce74742abf50383bb8ac37b38012e Mon Sep 17 00:00:00 2001
From: Rodney Chen <rodney.chen@hotmail.com>
Date: 星期一, 21 四月 2025 12:04:12 +0800
Subject: [PATCH] 优化了一些已知问题

---
 Tiger.Model.Net/Entitys/SYS/MenuItem.cs |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/Tiger.Model.Net/Entitys/SYS/MenuItem.cs b/Tiger.Model.Net/Entitys/SYS/MenuItem.cs
index b9ff7cc..876b4a0 100644
--- a/Tiger.Model.Net/Entitys/SYS/MenuItem.cs
+++ b/Tiger.Model.Net/Entitys/SYS/MenuItem.cs
@@ -14,17 +14,20 @@
         public string menuName { get; set; }
         public string icon { get; set; }
         public string func_type { get; set; }
+        public string func_group { get; set; }
         public int? orderNo { get; set; }
         public string func_code { get; set; }
         public string keepalive { get; set; }
         public string show { get; set; }
+        public string url { get; set; }
+        public string pages { get; set; }
     }
 
     public class MenuNoChildren
     {
         public string id { get; set; }
         public string path { get; set; }
-        public object component { get; set; }
+        public string component { get; set; }
         public RouteMeta meta { get; set; }
         public string name { get; set; }
         public string alias { get; set; }
@@ -97,6 +100,8 @@
         public bool isUpdate { get; set; }
         public string show { get; set; }
         public string func_type { get; set; }
+        public string func_group { get; set; }
+        public string func_class { get; set; }
         public string keepalive { get; set; }
         public int btnType { get; set; }
         public string doMethod { get; set; }

--
Gitblit v1.9.3