order list order detail print template template list
This commit is contained in:
@@ -2,6 +2,7 @@ package com.peanut.modules.book.vo.response;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
import java.util.Date;
|
||||
import java.util.List;
|
||||
|
||||
@@ -11,7 +12,7 @@ import java.util.List;
|
||||
* @CreateTime: 2023/10/19
|
||||
*/
|
||||
@Data
|
||||
public class BuyOrderListResponseVo {
|
||||
public class BuyOrderResponseVo {
|
||||
/**
|
||||
* 订单号
|
||||
*/
|
||||
@@ -32,6 +33,10 @@ public class BuyOrderListResponseVo {
|
||||
* 支付时间
|
||||
*/
|
||||
private Date paymentDate;
|
||||
/**
|
||||
* 订单金额
|
||||
*/
|
||||
private BigDecimal orderPrice;
|
||||
/**
|
||||
* 商品列表
|
||||
*/
|
||||
Reference in New Issue
Block a user