update 修改字段名

This commit is contained in:
2023-12-29 10:24:58 +08:00
parent f4dba67363
commit 3bd2ff0e07

View File

@@ -231,9 +231,9 @@ public class OrderListVO {
private String settleAmount; private String settleAmount;
/** /**
* 交易服务费 * 交易服务费/通道手续费
*/ */
@Excel(name = "交易服务") @Excel(name = "通道手续")
private String feeAmount; private String feeAmount;
/** /**