update 加展示字段

This commit is contained in:
2024-02-19 15:25:56 +08:00
parent 5ab0d25b56
commit b89901aa8d
2 changed files with 15 additions and 0 deletions

View File

@@ -69,6 +69,16 @@ public class UniAppOrderVO {
*/
private String orderAmount;
/**
* 优惠金额
*/
private String discountAmount;
/**
* 实付金额
*/
private String actualAmount;
/**
* 当前SOC
*/