实际功率字段
This commit is contained in:
		| @@ -18,9 +18,9 @@ import java.util.Date; | ||||
| public class WoPackagingBoxSubstrateExcel { | ||||
|     @Excel(name = "ID") | ||||
|     private Long id; | ||||
|     @Excel(name = "包装箱ID,BoxId") | ||||
|     @Excel(name = "Box_ID") | ||||
|     private String packagingBoxId; | ||||
|     @Excel(name = "基板ID") | ||||
|     @Excel(name = "substrate ID") | ||||
|     private String woSubstrateId; | ||||
|     @Excel(name = "创建人") | ||||
|     private Long creatorId; | ||||
| @@ -36,7 +36,7 @@ public class WoPackagingBoxSubstrateExcel { | ||||
|     private LocalDateTime updateTime; | ||||
|     @Excel(name = "版本号") | ||||
|     private Integer version; | ||||
|     @Excel(name = "箱中位置") | ||||
|     @Excel(name = "BOX_SLOT") | ||||
|     private Integer slot; | ||||
|     @Excel(name = "进入时间") | ||||
|     private LocalDateTime inputTime; | ||||
| @@ -44,15 +44,15 @@ public class WoPackagingBoxSubstrateExcel { | ||||
|     private Integer valid; | ||||
|     @Excel(name = "SAP MATERIAL,从t_wo_power_level 对应过来的") | ||||
|     private String sapMaterial; | ||||
|     @Excel(name = "线体,从t_wo_power_level 对应过来的,1=F ; 2=S") | ||||
|     @Excel(name = "线体") | ||||
|     private Integer lineBody; | ||||
|     @Excel(name = "功率等级") | ||||
|     private String powerLevel; | ||||
|     @Excel(name = "") | ||||
|     private LocalDateTime lastUpdateTime; | ||||
|     @Excel(name = "补偿pmpp") | ||||
|     @Excel(name = "补偿后的功率,pmpp") | ||||
|     private Float pmpp; | ||||
|     @Excel(name = "订单名") | ||||
|     @Excel(name = "订单") | ||||
|     private String orderName; | ||||
|     @Excel(name = "") | ||||
|     private Long binclassFl1; | ||||
| @@ -114,6 +114,8 @@ public class WoPackagingBoxSubstrateExcel { | ||||
|     private Float uocFl1; | ||||
|     @Excel(name = "") | ||||
|     private Float uocFl2; | ||||
|     @Excel(name = "真实PMPP") | ||||
|     private Float actualPmpp; | ||||
|  | ||||
|  | ||||
| } | ||||
		Reference in New Issue
	
	Block a user