From 9d2a0d8e8398ca94204bb191c99f6ad97de01a8c Mon Sep 17 00:00:00 2001
From: 移动系统liao <liaoxujun@qq.com>
Date: 星期五, 20 六月 2025 13:28:19 +0800
Subject: [PATCH] 增加客户相关表

---
 Admin.NET/FZCZTB.NET.MD/CutomerMd/FBS_ExRole.cs |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Admin.NET/FZCZTB.NET.MD/CutomerMd/FB_ExRole.cs b/Admin.NET/FZCZTB.NET.MD/CutomerMd/FBS_ExRole.cs
similarity index 95%
rename from Admin.NET/FZCZTB.NET.MD/CutomerMd/FB_ExRole.cs
rename to Admin.NET/FZCZTB.NET.MD/CutomerMd/FBS_ExRole.cs
index cf5c52f..61e1be0 100644
--- a/Admin.NET/FZCZTB.NET.MD/CutomerMd/FB_ExRole.cs
+++ b/Admin.NET/FZCZTB.NET.MD/CutomerMd/FBS_ExRole.cs
@@ -18,11 +18,11 @@
 /// 鐧诲綍鍗宠閫夋嫨鐨勬牎鑹�
 /// </summary>
 
-[SugarTable("FB_TenantMenu", "瀹㈡埛涓诲垎绫昏鑹�")]
+[SugarTable("FBS_TenantMenu", "瀹㈡埛涓诲垎绫昏鑹�")]
 [SugarIndex("index_{table}_N", nameof(Name), OrderByType.Asc)]
 [SugarIndex("index_{table}_C", nameof(Code), OrderByType.Asc)]
-[IncreTable]
-public class FB_ExRole: EntityBaseTenantId
+
+public class FBS_ExRole: EntityBaseTenant
 {
     /// <summary>
     /// 鍚嶇О

--
Gitblit v1.9.1