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