feat: 添加等级名称显示

This commit is contained in:
陈淳
2024-01-29 11:20:40 +08:00
parent 6bc9f1c7fd
commit fd78b2e3c3
11 changed files with 138 additions and 38 deletions

View File

@@ -30,5 +30,10 @@ namespace Yi.Framework.Bbs.Application.Contracts.Dtos.BbsUser
/// 经验
/// </summary>
public long Experience { get; set; }
/// <summary>
/// 用户等级名称
/// </summary>
public string LevelName { get; set; }
}
}