商品字段调整
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user