|
|
@ -35,56 +35,60 @@ public class ToolInventoryRecordExcel implements Serializable { |
|
|
|
private static final long serialVersionUID = 1L; |
|
|
|
private static final long serialVersionUID = 1L; |
|
|
|
|
|
|
|
|
|
|
|
@ColumnWidth(20) |
|
|
|
@ColumnWidth(20) |
|
|
|
@ExcelProperty(value = "设备台账编码") |
|
|
|
@ExcelProperty(value = "工器具编码") |
|
|
|
private String eqLedgerCode; |
|
|
|
private String toolsCodeId; |
|
|
|
|
|
|
|
|
|
|
|
@ColumnWidth(15) |
|
|
|
@ColumnWidth(15) |
|
|
|
@ExcelProperty(value = "设备描述") |
|
|
|
@ExcelProperty(value = "工器具名称") |
|
|
|
private String deviceDescription; |
|
|
|
private String toolName; |
|
|
|
|
|
|
|
|
|
|
|
@ColumnWidth(15) |
|
|
|
@ColumnWidth(15) |
|
|
|
@ExcelProperty(value = "KKS编码") |
|
|
|
@ExcelProperty(value = "规格型号") |
|
|
|
private String kksEncoding; |
|
|
|
private String modelSpecification; |
|
|
|
|
|
|
|
|
|
|
|
@ColumnWidth(15) |
|
|
|
@ColumnWidth(15) |
|
|
|
@ExcelProperty(value = "设备种类") |
|
|
|
@ExcelProperty(value = "配置日期") |
|
|
|
private String eqType; |
|
|
|
private String configurationDate; |
|
|
|
|
|
|
|
|
|
|
|
@ColumnWidth(15) |
|
|
|
@ColumnWidth(15) |
|
|
|
@ExcelProperty(value = "资产编码") |
|
|
|
@ExcelProperty(value = "责任班组") |
|
|
|
private String assetCode; |
|
|
|
private String responsibleTeam; |
|
|
|
|
|
|
|
|
|
|
|
@ColumnWidth(15) |
|
|
|
@ColumnWidth(15) |
|
|
|
@ExcelProperty(value = "制造商") |
|
|
|
@ExcelProperty(value = "场站") |
|
|
|
private String manufacturer; |
|
|
|
private String stationsExt; |
|
|
|
|
|
|
|
|
|
|
|
@ColumnWidth(15) |
|
|
|
@ColumnWidth(15) |
|
|
|
@ExcelProperty(value = "制造商国家") |
|
|
|
@ExcelProperty(value = "工器具类别") |
|
|
|
private String manufacturerCountry; |
|
|
|
private String toolCategory; |
|
|
|
|
|
|
|
|
|
|
|
@ColumnWidth(15) |
|
|
|
@ColumnWidth(15) |
|
|
|
@ExcelProperty(value = "制造商零件号") |
|
|
|
@ExcelProperty(value = "工器具状态") |
|
|
|
private String manufacturerPartNo; |
|
|
|
private String toolStatus; |
|
|
|
|
|
|
|
|
|
|
|
@ColumnWidth(15) |
|
|
|
@ColumnWidth(15) |
|
|
|
@ExcelProperty(value = "制造年月") |
|
|
|
@ExcelProperty(value = "已用年限") |
|
|
|
private String manufactureDate; |
|
|
|
private String yearsInUsed; |
|
|
|
|
|
|
|
|
|
|
|
@ColumnWidth(15) |
|
|
|
@ColumnWidth(15) |
|
|
|
@ExcelProperty(value = "制造序列号") |
|
|
|
@ExcelProperty(value = "责任人") |
|
|
|
private String manufacturingSerialNo; |
|
|
|
private String responsiblPerson; |
|
|
|
|
|
|
|
|
|
|
|
@ColumnWidth(15) |
|
|
|
@ColumnWidth(15) |
|
|
|
@ExcelProperty(value = "型号") |
|
|
|
@ExcelProperty(value = "工器具类别描述") |
|
|
|
private String model; |
|
|
|
private String toolTypeDescription; |
|
|
|
|
|
|
|
|
|
|
|
@ColumnWidth(15) |
|
|
|
@ColumnWidth(15) |
|
|
|
@ExcelProperty(value = "大小尺寸") |
|
|
|
@ExcelProperty(value = "工器具状态描述") |
|
|
|
private String sizeAndSize; |
|
|
|
private String toolStatusDescription; |
|
|
|
|
|
|
|
|
|
|
|
@ColumnWidth(15) |
|
|
|
@ColumnWidth(15) |
|
|
|
@ExcelProperty(value = "对象重量") |
|
|
|
@ExcelProperty(value = "出厂编号") |
|
|
|
private String objectWeight; |
|
|
|
private String factoryNo; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ColumnWidth(15) |
|
|
|
|
|
|
|
@ExcelProperty(value = "是否检验周期内") |
|
|
|
|
|
|
|
private String isInspectionPeriodExt; |
|
|
|
|
|
|
|
|
|
|
|
@ColumnWidth(15) |
|
|
|
@ColumnWidth(15) |
|
|
|
@ExcelProperty(value = "审核状态") |
|
|
|
@ExcelProperty(value = "审核状态") |
|
|
|