【新增】后台用户列表,积分调整为可用积分,增加累计积分列及可点击列表展示。

This commit is contained in:
大灰灰
2022-08-09 00:56:47 +08:00
parent a581e19421
commit e34dff3f64
5 changed files with 37 additions and 9 deletions

View File

@@ -34,5 +34,14 @@ namespace CoreCms.Net.Model.Entities
/// </summary>
[SugarColumn(IsIgnore = true)]
public string parentNickName { get; set; }
/// <summary>
/// 累计积分
/// </summary>
[SugarColumn(IsIgnore = true)]
public int accumulativePoint { get; set; }
}
}