From 0e750b603980aa33b9e575cf245f4b315cb0f195 Mon Sep 17 00:00:00 2001 From: wangfukang <15630117759@163.com> Date: Sat, 16 May 2026 17:56:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=B9=E6=8E=A5=E6=8B=BC=E5=9B=A2=E6=95=B0?= =?UTF-8?q?=E6=8D=AE1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../hiver-mall/src/main/java/cc/hiver/mall/entity/Product.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}]")