报表导出格式
This commit is contained in:
@@ -19,26 +19,26 @@ import java.util.Date;
|
||||
public class WoPackagingBoxSubstrateExcel {
|
||||
|
||||
@Excel(name = "创建时间")
|
||||
private LocalDateTime boxCreateTime;
|
||||
private String boxCreateTime1;
|
||||
@Excel(name = "模组ID")
|
||||
private String woSubstrateId;
|
||||
@Excel(name = "BoxID")
|
||||
private String packagingBoxId;
|
||||
@Excel(name = "模组所在包装箱位置")
|
||||
private Integer slot;
|
||||
@Excel(name = "订单号")
|
||||
private String orderName;
|
||||
@Excel(name = "SAP物料号")
|
||||
private String sapMaterial;
|
||||
@Excel(name = "档位功率")
|
||||
private String powerLevel;
|
||||
@Excel(name = "补偿功率")
|
||||
private Float pmpp;
|
||||
@Excel(name = "实测功率")
|
||||
private Float actualPmpp;
|
||||
@Excel(name = "订单")
|
||||
private String orderName;
|
||||
@Excel(name = "线体")
|
||||
private Integer lineBody;
|
||||
@Excel(name = "SAP物料号")
|
||||
private String sapMaterial;
|
||||
@Excel(name = "最近打印时间")
|
||||
private LocalDateTime printTime;
|
||||
private String printTime1;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user