zss
2023-11-07 3c34085a21511610477f555cebf3f6fa42272402
mes-technology/src/main/java/com/chinaztt/mes/technology/excel/StructureData.java
@@ -25,6 +25,9 @@
   @ExcelProperty(value = "子件名称(可多填)")
   private String sonPartName;
   @ExcelProperty(value = "消耗工序")
   private String operationName;
   @ExcelProperty(value = "模具编号")
   private String sharpenerNo;
@@ -55,45 +58,7 @@
   @ExcelProperty(value = "包装信息")
   private String packingInfo;
   @ExcelProperty(value = "父件")
   private String fatherPartNo;
   @ExcelProperty(value = "系统描述")
   private String remark;
   @ExcelProperty(value = "版本")
   private String fatherVersion;
   @ExcelProperty(value = "结构类型")
   private String structureType;
   @ExcelProperty(value = "替代")
   private String alternativeNo;
   @ExcelProperty(value = "替代描述")
   private String alternativeDesc;
   @ExcelProperty(value = "行项号")
   private String lineItemNo;
   @ExcelProperty(value = "子件")
   private String childPartNo;
   @ExcelProperty(value = "子件版本")
   private String childVersion;
   @ExcelProperty(value = "子件描述")
   private String childRemark;
   @ExcelProperty(value = "单位数量")
   private String qpa;
   @ExcelProperty(value = "单位")
   private String unit;
   @ExcelProperty(value = "盘数")
   private String diskNum;
   @ExcelProperty(value = "消耗工序")
   private String operationName;
}