## 仓储导出格式调整;
This commit is contained in:
parent
bf4a6f0b2a
commit
4c60cf0443
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue