sku 新增逻辑删除字段 和 起售值
This commit is contained in:
@@ -29,6 +29,8 @@ public class TbProductSku implements Serializable {
|
||||
|
||||
private BigDecimal strategyPrice;
|
||||
|
||||
private Integer suit;
|
||||
|
||||
private Double stockNumber;
|
||||
|
||||
private String coverImg;
|
||||
@@ -50,6 +52,7 @@ public class TbProductSku implements Serializable {
|
||||
private Long updatedAt;
|
||||
|
||||
private Integer isPauseSale = 0;
|
||||
private Integer isDel;
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user