增加字段

This commit is contained in:
2025-02-20 10:42:59 +08:00
parent 72a723a7f1
commit 6ed1e2ebda

View File

@@ -189,6 +189,9 @@ public class PmsProduct implements Serializable {
@ApiModelProperty(value = "会员中心1->店长; 2->代理; 3->市代理") @ApiModelProperty(value = "会员中心1->店长; 2->代理; 3->市代理")
private Integer vipCenter; private Integer vipCenter;
@ApiModelProperty(value = "商品积分价格")
private Integer intergrationPrice;
public List<PmsProductAttribute> getProductAttribute() { public List<PmsProductAttribute> getProductAttribute() {
return productAttribute; return productAttribute;
@@ -661,6 +664,10 @@ public class PmsProduct implements Serializable {
public void setVipCenter(Integer vipCenter) {this.vipCenter = vipCenter;} public void setVipCenter(Integer vipCenter) {this.vipCenter = vipCenter;}
public Integer getintergrationPrice() {return intergrationPrice;}
public void setIntergrationPrice(Integer intergrationPrice) {this.intergrationPrice = intergrationPrice;}
@Override @Override
public String toString() { public String toString() {
StringBuilder sb = new StringBuilder(); StringBuilder sb = new StringBuilder();