fix: sku的商品视频
This commit is contained in:
parent
e945f93032
commit
89f3e8f980
@ -189,7 +189,7 @@ public class GoodsSku extends BaseEntity {
|
|||||||
this.goodsId = goods.getId();
|
this.goodsId = goods.getId();
|
||||||
this.goodsName = goods.getGoodsName();
|
this.goodsName = goods.getGoodsName();
|
||||||
this.goodsType = goods.getGoodsType();
|
this.goodsType = goods.getGoodsType();
|
||||||
|
this.goodsVideo = goods.getGoodsVideo();
|
||||||
this.selfOperated = goods.getSelfOperated();
|
this.selfOperated = goods.getSelfOperated();
|
||||||
this.sellingPoint = goods.getSellingPoint();
|
this.sellingPoint = goods.getSellingPoint();
|
||||||
this.categoryPath = goods.getCategoryPath();
|
this.categoryPath = goods.getCategoryPath();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user