## 立即发货模板字段名称调整;
This commit is contained in:
parent
942140ba38
commit
12008f6089
|
@ -45,18 +45,18 @@ public class DeliverTemplateVO {
|
||||||
/**
|
/**
|
||||||
* 发货单号
|
* 发货单号
|
||||||
*/
|
*/
|
||||||
@Excel(name = "发货单号")
|
@Excel(name = "订单号")
|
||||||
private String deliverCode;
|
private String deliverCode;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 物流公司
|
* 物流公司
|
||||||
*/
|
*/
|
||||||
@Excel(name = "物流公司")
|
@Excel(name = "快递公司")
|
||||||
private String logisticsCompany;
|
private String logisticsCompany;
|
||||||
/**
|
/**
|
||||||
* 物流单号
|
* 物流单号
|
||||||
*/
|
*/
|
||||||
@Excel(name = "物流单号")
|
@Excel(name = "快递单号")
|
||||||
private String logisticsCode;
|
private String logisticsCode;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue