Browse Source

对接拼团数据1

master
wangfukang 3 weeks ago
parent
commit
0e750b6039
  1. 2
      hiver-modules/hiver-mall/src/main/java/cc/hiver/mall/entity/Product.java

2
hiver-modules/hiver-mall/src/main/java/cc/hiver/mall/entity/Product.java

@ -74,7 +74,7 @@ public class Product implements Serializable {
@ApiModelProperty(value = "商品专属分类id")
private String attrId;
@ApiModelProperty(value = "商品属性列表")
@ApiModelProperty(value = "商品属性 列表")
private String attributeList;
@ApiModelProperty(value = "商品规格列表 [{\"specPrice\":\"11\",\"specNum\":9999}]")

Loading…
Cancel
Save