用户订单列表
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
package com.peanut.modules.book.entity;
|
||||
|
||||
import com.baomidou.mybatisplus.annotation.TableField;
|
||||
import com.baomidou.mybatisplus.annotation.TableName;
|
||||
import lombok.Data;
|
||||
|
||||
@@ -32,7 +33,7 @@ public class BuyOrderProduct {
|
||||
/**
|
||||
* 商品价格
|
||||
*/
|
||||
// private BigDecimal realPrice;
|
||||
private BigDecimal realPrice;
|
||||
/**
|
||||
* 快递订单 ID
|
||||
*/
|
||||
@@ -49,4 +50,7 @@ public class BuyOrderProduct {
|
||||
* 发货标识
|
||||
*/
|
||||
private int shipped;
|
||||
|
||||
@TableField(exist = false)
|
||||
private ShopProduct product;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user