商品模块代码提交

This commit is contained in:
Tankaikai
2025-03-03 14:55:52 +08:00
parent f757f0698d
commit 5ef09c4906
3 changed files with 12 additions and 3 deletions

View File

@@ -90,6 +90,10 @@ public class ShopProductInfoVo implements Serializable {
* 商品规格
*/
private Object selectSpecInfo;
/**
* 打包费
*/
private BigDecimal packFee;
/**
* 商品每周销售日 如Monday,Tuesday,Wednesday,Thursday,Friday,Saturday,Sunday
*/

View File

@@ -82,6 +82,10 @@ public class ShopProductVo implements Serializable {
* 是否热销 1-是 0-否
*/
private Integer isHot;
/**
* 打包费
*/
private BigDecimal packFee;
/**
* 商品规格列表
*/