@@ -55,6 +55,16 @@ public class GoodsDonSku extends BaseEntity {
*/
private String notifyText;
+ /**
+ * H5标签
+ */
+ private String mobileTags;
+
+ * 规格背景图
+ private String img;
/**
* 规格框提示
@@ -52,6 +52,16 @@ public class ReqGoodsSkuInsert {
private String tags;
private BigDecimal price;
@@ -49,6 +49,16 @@ public class GoodsDonSkuFrontView {