|
@@ -20,11 +20,13 @@ public class WorkShopExportVo {
|
|
|
@HeadFontStyle(color = 10)
|
|
|
private String processdevicecode;
|
|
|
@ExcelProperty("加工设备")
|
|
|
+ @HeadFontStyle(color = 8)
|
|
|
private String processdevice;
|
|
|
@ExcelProperty("计划开工时间")
|
|
|
@HeadFontStyle(color = 10)
|
|
|
private Date planstartdate;
|
|
|
@ExcelProperty("计划完工时间")
|
|
|
+ @HeadFontStyle(color = 8)
|
|
|
private Date planenddate;
|
|
|
@ExcelProperty("输入物料")
|
|
|
private String planinput;
|
|
@@ -46,6 +48,7 @@ public class WorkShopExportVo {
|
|
|
@HeadFontStyle(color = 10)
|
|
|
private String rollertype;
|
|
|
@ExcelProperty("最小等待时间")
|
|
|
+ @HeadFontStyle(color = 8)
|
|
|
private String minflowwaitmin;
|
|
|
@ExcelProperty("最大等待时间")
|
|
|
private String maxflowwaitmin;
|
|
@@ -73,6 +76,7 @@ public class WorkShopExportVo {
|
|
|
@HeadFontStyle(color = 10)
|
|
|
private String process;
|
|
|
@ExcelProperty("工序显示名")
|
|
|
+ @HeadFontStyle(color = 8)
|
|
|
private String processname;
|
|
|
@ExcelProperty("计划加工卷数")
|
|
|
private String planprocessrall;
|