商品列表 起售

This commit is contained in:
2024-07-11 18:22:25 +08:00
parent 989bdbad73
commit 53eea41196
2 changed files with 22 additions and 4 deletions

View File

@@ -135,6 +135,7 @@ public class TbProduct implements Serializable {
private String groupCategoryId;
private Integer stockNumber;
private Integer suit;
public String getImages() {
@@ -663,4 +664,12 @@ public class TbProduct implements Serializable {
public Integer getStockNumber() {
return this.stockNumber;
}
public Integer getSuit() {
return suit;
}
public void setSuit(Integer suit) {
this.suit = suit;
}
}