mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-22 03:55:17 +08:00
update 添加优惠字段
This commit is contained in:
@@ -230,6 +230,12 @@ public class OrderListVO {
|
||||
@Excel(name = "虚拟金额")
|
||||
private String virtualAmount;
|
||||
|
||||
/**
|
||||
* 优惠金额
|
||||
*/
|
||||
@Excel(name = "优惠金额")
|
||||
private String discountAmount;
|
||||
|
||||
/**
|
||||
* 结算金额
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user