## 仓储导出格式调整;
This commit is contained in:
parent
d72d818435
commit
25a4852043
|
@ -18,7 +18,7 @@ import java.math.BigDecimal;
|
||||||
@Data
|
@Data
|
||||||
public class DeliverWmsVO implements Serializable {
|
public class DeliverWmsVO implements Serializable {
|
||||||
|
|
||||||
@Excel(name = "订单号")
|
@Excel(name = "<必填>订单号")
|
||||||
private String deliverCode;
|
private String deliverCode;
|
||||||
|
|
||||||
@Excel(name = "下单时间")
|
@Excel(name = "下单时间")
|
||||||
|
@ -49,7 +49,7 @@ public class DeliverWmsVO implements Serializable {
|
||||||
@Excel(name = "结算账户")
|
@Excel(name = "结算账户")
|
||||||
private String settleAccount;
|
private String settleAccount;
|
||||||
|
|
||||||
@Excel(name = "收货人姓名")
|
@Excel(name = "<必填>收货人姓名")
|
||||||
private String recName;
|
private String recName;
|
||||||
|
|
||||||
@Excel(name = "手机")
|
@Excel(name = "手机")
|
||||||
|
@ -58,7 +58,7 @@ public class DeliverWmsVO implements Serializable {
|
||||||
@Excel(name = "固话")
|
@Excel(name = "固话")
|
||||||
private String fixedPhone;
|
private String fixedPhone;
|
||||||
|
|
||||||
@Excel(name = "地址")
|
@Excel(name = "<必填>地址")
|
||||||
private String recAddress;
|
private String recAddress;
|
||||||
|
|
||||||
@Excel(name = "邮编")
|
@Excel(name = "邮编")
|
||||||
|
@ -67,7 +67,7 @@ public class DeliverWmsVO implements Serializable {
|
||||||
@Excel(name = "电子邮箱")
|
@Excel(name = "电子邮箱")
|
||||||
private String email;
|
private String email;
|
||||||
|
|
||||||
@Excel(name = "商品编号")
|
@Excel(name = "<必填>商品编码")
|
||||||
private String wmsCode;
|
private String wmsCode;
|
||||||
|
|
||||||
@Excel(name = "产品名称")
|
@Excel(name = "产品名称")
|
||||||
|
@ -76,7 +76,7 @@ public class DeliverWmsVO implements Serializable {
|
||||||
@Excel(name = "规格名称")
|
@Excel(name = "规格名称")
|
||||||
private String specsName;
|
private String specsName;
|
||||||
|
|
||||||
@Excel(name = "数量")
|
@Excel(name = "<必填>数量")
|
||||||
private Integer quantity;
|
private Integer quantity;
|
||||||
|
|
||||||
@Excel(name = "单价")
|
@Excel(name = "单价")
|
||||||
|
|
Loading…
Reference in New Issue