main-cx #10

Merged
chenxin merged 2 commits from main-cx into main 2025-02-20 15:08:50 +08:00
Showing only changes of commit 6ed1e2ebda - Show all commits

View File

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