## 导入发货表头修改;
This commit is contained in:
parent
3472c82cb9
commit
95a3c1edc8
|
@ -4,11 +4,7 @@ import com.hzs.common.core.annotation.Excel;
|
|||
import lombok.Data;
|
||||
|
||||
/**
|
||||
* @Description: 导入发货数据参数
|
||||
* @Author: jiang chao
|
||||
* @Time: 2022/10/31 10:00
|
||||
* @Classname: BatchDeliverVO
|
||||
* @PackageName: com.hzs.sale.deliver.vo
|
||||
* 导入发货数据参数
|
||||
*/
|
||||
@Data
|
||||
public class DeliverTemplateParam {
|
||||
|
@ -35,18 +31,18 @@ public class DeliverTemplateParam {
|
|||
/**
|
||||
* 发货单号
|
||||
*/
|
||||
@Excel(name = "发货单号")
|
||||
@Excel(name = "订单号")
|
||||
private String deliverCode;
|
||||
|
||||
/**
|
||||
* 物流公司
|
||||
*/
|
||||
@Excel(name = "物流公司")
|
||||
@Excel(name = "快递公司")
|
||||
private String logisticsCompany;
|
||||
/**
|
||||
* 物流单号
|
||||
*/
|
||||
@Excel(name = "物流单号")
|
||||
@Excel(name = "快递单号")
|
||||
private String logisticsCode;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue