## 仓储导出格式调整;

This commit is contained in:
cabbage 2025-06-03 11:43:50 +08:00
parent f9b7a07ee4
commit 6703b159b5
1 changed files with 3 additions and 1 deletions

View File

@ -42,10 +42,12 @@ public class DeliverWmsVO implements Serializable {
private BigDecimal totalAmount; private BigDecimal totalAmount;
@Excel(name = "运费") @Excel(name = "运费")
private String postAmount; private String postAmount;
@Excel(name = "总额") @Excel(name = "总额")
private String realTotalAmount; private String realTotalAmount;
@Excel(name = "本次收款") @Excel(name = "本次收款")
private String receiveAmount; private String receiveAmount;
@Excel(name = "结算账户")
private String settleAccount;
@Excel(name = "收货人姓名") @Excel(name = "收货人姓名")
private String recName; private String recName;