商品排序
This commit is contained in:
@@ -47,4 +47,8 @@ public class ShopGroupProductVo implements Serializable {
|
||||
* 商品列表
|
||||
*/
|
||||
private List<ShopProductVo> productList;
|
||||
/**
|
||||
* 排序方式 0-默认; 1-价格从高到低; 2-销量由高到低;
|
||||
*/
|
||||
private String sortMode;
|
||||
}
|
||||
|
||||
@@ -105,4 +105,8 @@ public class ShopProductVo implements Serializable {
|
||||
*/
|
||||
@JSONField(serialize = false)
|
||||
private LocalTime endTime;
|
||||
/**
|
||||
* 排序
|
||||
*/
|
||||
private Integer sort;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user