fix(export): 修正配卷时间字段导出标题

- 将发货时间字段标题更正为配卷时间
This commit is contained in:
2026-04-15 14:06:56 +08:00
parent b32f826488
commit 84a0cb43ee

View File

@@ -54,7 +54,7 @@ public class WmsMaterialCoilDeliveryExportVo extends WmsMaterialCoilExportVo {
@ExcelProperty(value = "发货单位")
private String senderUnit;
@ExcelProperty(value = "发货时间")
@ExcelProperty(value = "配卷时间")
private Date deliveryTime;
@ExcelProperty(value = "磅房")