## 仓储导出格式调整;
This commit is contained in:
parent
5947d9a319
commit
bf4a6f0b2a
|
@ -21,6 +21,32 @@ public class DeliverWmsVO implements Serializable {
|
|||
@Excel(name = "订单号")
|
||||
private String deliverCode;
|
||||
|
||||
@Excel(name = "下单时间")
|
||||
private String createTime;
|
||||
@Excel(name = "付款时间")
|
||||
private String payTime;
|
||||
|
||||
@Excel(name = "交易类型")
|
||||
private String payType;
|
||||
@Excel(name = "业务员")
|
||||
private String peopleName;
|
||||
@Excel(name = "备注")
|
||||
private String orderRemark;
|
||||
@Excel(name = "买家留言")
|
||||
private String buyRemark;
|
||||
@Excel(name = "系统备注")
|
||||
private String sysRemark;
|
||||
@Excel(name = "仓库")
|
||||
private String storeName;
|
||||
@Excel(name = "总金额")
|
||||
private BigDecimal totalAmount;
|
||||
@Excel(name = "运费")
|
||||
private String postAmount;
|
||||
@Excel(name = "实际总额")
|
||||
private String realTotalAmount;
|
||||
@Excel(name = "本次收款")
|
||||
private String receiveAmount;
|
||||
|
||||
@Excel(name = "收货人姓名")
|
||||
private String recName;
|
||||
|
||||
|
|
Loading…
Reference in New Issue