## 仓储导出格式调整;

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

View File

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