mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 17:43:26 +08:00
【优化】移除后台用户列表联表查询的历史积分功能,加快访问速度。
This commit is contained in:
@@ -35,13 +35,5 @@ namespace CoreCms.Net.Model.Entities
|
||||
[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