移动系统liao
12 小时以前 9d2a0d8e8398ca94204bb191c99f6ad97de01a8c
Admin.NET/FZCZTB.NET.MD/CutomerMd/FBS_Role.cs
File was renamed from Admin.NET/FZCZTB.NET.MD/CutomerMd/FB_Role.cs
@@ -16,11 +16,11 @@
namespace FZCZTB.NET.MD.CutomerMd;
[SugarTable("FB_Role", "客户个性化角色")]
[SugarTable("FBS_Role", "客户个性化角色")]
[SugarIndex("index_{table}_N", nameof(Name), OrderByType.Asc)]
[SugarIndex("index_{table}_C", nameof(Code), OrderByType.Asc)]
public class FB_Role : EntityBaseTenant
public class FBS_Role : EntityBaseTenant
{
    /// <summary>
    /// 名称