mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 17:43:26 +08:00
接口端【新增】:服务商品详情增加销售数量字段数据返回。
This commit is contained in:
@@ -46,5 +46,13 @@ namespace CoreCms.Net.Model.Entities
|
||||
[Display(Name = "核销门店")]
|
||||
[SugarColumn(IsIgnore = true)]
|
||||
public List<string> consumableStores { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 销量
|
||||
/// </summary>
|
||||
[Display(Name = "销量")]
|
||||
[SugarColumn(IsIgnore = true)]
|
||||
public int buyCount { get; set; } = 0;
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user