商品字段调整

This commit is contained in:
2024-11-19 10:25:21 +08:00
parent d1aa03b2ba
commit 2fce514c38
2 changed files with 7 additions and 12 deletions

View File

@@ -35,7 +35,7 @@ public class TbProduct implements Serializable {
*/
private String shortTitle;
/**
* 商品类型(属性):REAL- 实物商品 VIR---虚拟商品
* 商品类型(属性):普通商品 normal 套餐商品 package 称重商品 weigh 团购券商品 coupon
*/
private String type;
/**
@@ -97,10 +97,6 @@ public class TbProduct implements Serializable {
* 是否暂停销售
*/
private Integer isPauseSale;
/**
* 是否删除0不删1删除
*/
private Integer isDelete;
private Long createdAt;