diff --git a/hiver-modules/hiver-mall/src/main/java/cc/hiver/mall/entity/Product.java b/hiver-modules/hiver-mall/src/main/java/cc/hiver/mall/entity/Product.java index a81bed7c..09fae761 100644 --- a/hiver-modules/hiver-mall/src/main/java/cc/hiver/mall/entity/Product.java +++ b/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}]")