update 添加优惠字段

This commit is contained in:
2024-01-26 09:24:59 +08:00
parent f18bf4c072
commit 661b1906dd
2 changed files with 7 additions and 0 deletions

View File

@@ -230,6 +230,12 @@ public class OrderListVO {
@Excel(name = "虚拟金额")
private String virtualAmount;
/**
* 优惠金额
*/
@Excel(name = "优惠金额")
private String discountAmount;
/**
* 结算金额
*/