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

pull/1/head
wangtongzhou 2019-05-15 20:22:07 +08:00
parent 55e988d299
commit 3c43274176
1 changed files with 20 additions and 0 deletions

View File

@ -32,6 +32,16 @@ public class OrderCommentDO extends BaseDO {
*/ */
private String orderNo; private String orderNo;
/**
* id
*/
private Integer productSpuId;
/**
*
*/
private String productSpuName;
/** /**
* SKUid * SKUid
*/ */
@ -42,6 +52,16 @@ public class OrderCommentDO extends BaseDO {
*/ */
private String productSkuAttrs; private String productSkuAttrs;
/**
* SKU
*/
private Integer productSkuPrice;
/**
* SKU URL
*/
private String productSkuPicUrl;
/** /**
* id * id
*/ */