Merge remote-tracking branch 'origin/dev' into zs

This commit is contained in:
2024-07-12 14:31:07 +08:00
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;
}
}