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

@ -7,7 +7,7 @@ namespace NetAdmin.Domain.DbMaps.Sys;
/// <summary>
/// 菜单表
/// </summary>
[Index($"idx_{{tablename}}_{nameof(Name)}", nameof(Name), true)]
[Index(Chars.FLG_DB_INDEX_PREFIX + nameof(Name), nameof(Name), true)]
[Table(Name = Chars.FLG_DB_TABLE_NAME_PREFIX + nameof(Sys_Menu))]
public record Sys_Menu : VersionEntity, IFieldSort
{