style: 💄 code format (#109)

[skip ci]
This commit is contained in:
2024-04-26 16:35:11 +08:00
committed by GitHub
parent fc40170009
commit a330495624
16 changed files with 23 additions and 19 deletions

View File

@ -5,7 +5,7 @@ namespace NetAdmin.Domain.DbMaps.Sys;
/// <summary>
/// 字典目录表
/// </summary>
[Index($"idx_{{tablename}}_{nameof(Code)}", nameof(Code), true)]
[Index(Chars.FLG_DB_INDEX_PREFIX + nameof(Code), nameof(Code), true)]
[Table(Name = Chars.FLG_DB_TABLE_NAME_PREFIX + nameof(Sys_DicCatalog))]
public record Sys_DicCatalog : VersionEntity
{