From 6cc05f3689e7616431886ec183948c433a30220c Mon Sep 17 00:00:00 2001
From: Ben Lin <maobin001@msn.com>
Date: 星期二, 03 十二月 2024 20:51:38 +0800
Subject: [PATCH] 一些优化

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

diff --git a/Tiger.Model.Net/Entitys/SYS/MenuItem.cs b/Tiger.Model.Net/Entitys/SYS/MenuItem.cs
index 6d0506b..876b4a0 100644
--- a/Tiger.Model.Net/Entitys/SYS/MenuItem.cs
+++ b/Tiger.Model.Net/Entitys/SYS/MenuItem.cs
@@ -100,6 +100,7 @@
         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; }

--
Gitblit v1.9.3