Merge pull request 'main-cx' (#10) from main-cx into main

Reviewed-on: #10
This commit is contained in:
2025-02-20 15:08:49 +08:00

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();