From b8f1e312f00318e201d9267a35a53ebac3d0c837 Mon Sep 17 00:00:00 2001
From: 移动系统liao <liaoxujun@qq.com>
Date: 星期三, 25 六月 2025 16:33:57 +0800
Subject: [PATCH] 增加腾讯文字识别服务工程和项目

---
 Admin.NET/FZCZTB.NET.MD/CutomerMd/FBS_Role.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Admin.NET/FZCZTB.NET.MD/CutomerMd/FBS_Role.cs b/Admin.NET/FZCZTB.NET.MD/CutomerMd/FBS_Role.cs
index 57e4cc8..f1ec761 100644
--- a/Admin.NET/FZCZTB.NET.MD/CutomerMd/FBS_Role.cs
+++ b/Admin.NET/FZCZTB.NET.MD/CutomerMd/FBS_Role.cs
@@ -19,7 +19,7 @@
 [SugarTable("FBS_Role", "瀹㈡埛涓�у寲瑙掕壊")]
 [SugarIndex("index_{table}_N", nameof(Name), OrderByType.Asc)]
 [SugarIndex("index_{table}_C", nameof(Code), OrderByType.Asc)]
-
+[IncreTable]
 public class FBS_Role : EntityBaseTenant
 {
     /// <summary>

--
Gitblit v1.9.1