订单主表中新增 实收金额字段

This commit is contained in:
Lemon
2025-05-12 09:17:24 +08:00
parent 7f65bf6822
commit 34975d28cf
3 changed files with 58 additions and 8 deletions

View File

@@ -135,6 +135,11 @@ public class OrderBasicInfo {
*/
private BigDecimal settleAmount;
/**
* 实收金额
*/
private BigDecimal actualReceivedAmount;
/**
* 应补缴金额
*/