装箱单导出字段

This commit is contained in:
2024-02-02 14:43:57 +08:00
parent c8aad62eb4
commit c6602d6099
4 changed files with 24 additions and 7 deletions

View File

@@ -38,6 +38,14 @@ public class WoPackagingBoxSubstrateExcel {
private Float actualPmpp;
@Excel(name = "线体")
private Integer lineBody;
@Excel(name = "盖板")
private String coverName;
@Excel(name = "产品等级")
private String productGrade;
@Excel(name = "最大额定熔断电流")
private String maxFuseCurrent;
@Excel(name = "节数")
private String pitchNumber;
@Excel(name = "最近打印时间")
private String printTime1;