order list order detail print template template list

This commit is contained in:
Cauchy
2023-10-20 14:14:20 +08:00
parent a1b70c8d4f
commit 62ea0482a3
13 changed files with 222 additions and 105 deletions

View File

@@ -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;
/**
* 商品列表
*/