Merge pull request 'main-cx' (#10) from main-cx into main
Reviewed-on: #10
This commit is contained in:
@@ -188,6 +188,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() {
|
||||||
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user