mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 17:43:26 +08:00
【新增】后台用户列表,积分调整为可用积分,增加累计积分列及可点击列表展示。
This commit is contained in:
@@ -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; }
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user