mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 17:43:26 +08:00
【新增】后台分销商列表,增加申请分销的用户等级展示及等级筛选功能。
This commit is contained in:
@@ -124,5 +124,15 @@ namespace CoreCms.Net.Model.Entities
|
||||
[Display(Name = "店铺查询交互数据")]
|
||||
[SugarColumn(IsIgnore = true)]
|
||||
public string Store { get; set; } = "";
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 用户等级
|
||||
/// </summary>
|
||||
[Display(Name = "用户等级")]
|
||||
[SugarColumn(IsIgnore = true)]
|
||||
public int UserGradeId { get; set; } = 0;
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user