商品列表 起售
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user