添加站点id

This commit is contained in:
Guoqs
2025-10-10 14:06:23 +08:00
parent cf5a02d56a
commit c3ddcccc80
2 changed files with 4 additions and 0 deletions

View File

@@ -20,6 +20,9 @@ public class OrderPaymentDetailVO {
// 运营商id
private String merchantId;
// 站点id
private String stationId;
// 支付金额
private BigDecimal payAmount;