订单评论模块增加SKU价格等属性冗余
This commit is contained in:
parent
55e988d299
commit
3c43274176
@ -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
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user