fix(export): 修正配卷时间字段导出标题
- 将发货时间字段标题更正为配卷时间
This commit is contained in:
@@ -54,7 +54,7 @@ public class WmsMaterialCoilDeliveryExportVo extends WmsMaterialCoilExportVo {
|
|||||||
@ExcelProperty(value = "发货单位")
|
@ExcelProperty(value = "发货单位")
|
||||||
private String senderUnit;
|
private String senderUnit;
|
||||||
|
|
||||||
@ExcelProperty(value = "发货时间")
|
@ExcelProperty(value = "配卷时间")
|
||||||
private Date deliveryTime;
|
private Date deliveryTime;
|
||||||
|
|
||||||
@ExcelProperty(value = "磅房")
|
@ExcelProperty(value = "磅房")
|
||||||
|
|||||||
Reference in New Issue
Block a user