This commit is contained in:
Lemon
2025-04-11 13:57:22 +08:00
parent 002e169b9c
commit 7a0ec7e4e3
11 changed files with 148 additions and 4 deletions

View File

@@ -11,6 +11,22 @@ public class OrderSplitRecordVO {
*/
private String orderCode;
/**
* 站点id
*/
private String stationId;
/**
* 订单金额
*/
private String orderAmount;
/**
* 手续费
* 不承担手续费的账户为0
*/
private String feeAmount;
/**
* 分账状态
*/