完成wip-退火模块

This commit is contained in:
2026-03-15 15:10:17 +08:00
parent 9a645100df
commit 5487f04cf5
5 changed files with 137 additions and 62 deletions

View File

@@ -28,6 +28,12 @@ public class WmsFurnacePlanCoilVo {
@ExcelProperty(value = "入场钢卷号")
private String enterCoilNo;
@ExcelProperty(value = "实际库位ID")
private Long actualWarehouseId;
@ExcelProperty(value = "实际库位")
private String actualWarehouseName;
@ExcelProperty(value = "创建时间")
private Date createTime;
}