mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 16:23:26 +08:00
【新增】新增根据不同类型获取商品的接口。类型包含(新品,评论数,销量,价格,推荐,特价优惠,综合销量)
This commit is contained in:
@@ -14,6 +14,10 @@ namespace CoreCms.Net.DTO.ComponentsDTO
|
||||
/// </summary>
|
||||
public class GoodListDTO
|
||||
{
|
||||
public GoodListDTO()
|
||||
{
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 商品ID
|
||||
/// </summary>
|
||||
@@ -146,5 +150,10 @@ namespace CoreCms.Net.DTO.ComponentsDTO
|
||||
public System.Int32 stock { get; set; }
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 是否参与营销(优惠券,满减,秒杀,团购)
|
||||
/// </summary>
|
||||
public bool isInActivity { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user