Merge branch 'dev' into dev-g

This commit is contained in:
Guoqs
2025-06-24 16:14:20 +08:00
20 changed files with 1766 additions and 69 deletions

View File

@@ -248,6 +248,11 @@ public class OrderListVO {
@Excel(name = "结算金额")
private String settleAmount;
/**
* 实收金额
*/
private BigDecimal actualReceivedAmount;
/**
* 交易服务费/通道手续费
*/