@@ -33,6 +33,11 @@ public class GoodsDonSku extends BaseEntity {
*/
private String specJson;
+ /**
+ * 规格说明信息
+ */
+ private String notifyText;
+
/**
* 商品预览图
@@ -39,6 +39,11 @@ public class ReqGoodsSkuInsert {
private String picture;
private String tags;
private BigDecimal price;