订单评论模块增加SKU价格等属性冗余

This commit is contained in:
wangtongzhou 2019-05-15 20:22:07 +08:00
parent 55e988d299
commit 3c43274176

View File

@ -32,6 +32,16 @@ public class OrderCommentDO extends BaseDO {
*/
private String orderNo;
/**
* 商品id
*/
private Integer productSpuId;
/**
* 商品名称
*/
private String productSpuName;
/**
* 商品SKUid
*/
@ -42,6 +52,16 @@ public class OrderCommentDO extends BaseDO {
*/
private String productSkuAttrs;
/**
* 商品SKU价格
*/
private Integer productSkuPrice;
/**
* 商品SKU URL
*/
private String productSkuPicUrl;
/**
* 用户id
*/