商品模块代码提交
This commit is contained in:
@@ -90,6 +90,10 @@ public class ShopProductInfoVo implements Serializable {
|
||||
* 商品规格
|
||||
*/
|
||||
private Object selectSpecInfo;
|
||||
/**
|
||||
* 打包费
|
||||
*/
|
||||
private BigDecimal packFee;
|
||||
/**
|
||||
* 商品每周销售日 如:Monday,Tuesday,Wednesday,Thursday,Friday,Saturday,Sunday
|
||||
*/
|
||||
|
||||
@@ -82,6 +82,10 @@ public class ShopProductVo implements Serializable {
|
||||
* 是否热销 1-是 0-否
|
||||
*/
|
||||
private Integer isHot;
|
||||
/**
|
||||
* 打包费
|
||||
*/
|
||||
private BigDecimal packFee;
|
||||
/**
|
||||
* 商品规格列表
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user