1.下单添加购物车同步校验上下架商品

This commit is contained in:
2024-07-20 15:24:42 +08:00
parent 4691fa8c31
commit 90c834a37d
3 changed files with 34 additions and 1 deletions

View File

@@ -50,9 +50,18 @@ public class TbProductSku implements Serializable {
private Integer isPauseSale = 0;
private Integer isDel;
private Integer isGrounding;
private static final long serialVersionUID = 1L;
public Integer getIsGrounding() {
return isGrounding;
}
public void setIsGrounding(Integer isGrounding) {
this.isGrounding = isGrounding;
}
public Integer getId() {
return id;
}