| | |
| | | /**标注级别*/ |
| | | @Excel(name = "标注级别", width = 15) |
| | | @ApiModelProperty(value = "标注级别") |
| | | private String repairCount; |
| | | private String standardLevel; |
| | | /**标准号*/ |
| | | @Excel(name = "标准号", width = 15) |
| | | @ApiModelProperty(value = "标准号") |
| | | private String detectionCount; |
| | | private String standardCode; |
| | | /**型号/图号*/ |
| | | @Excel(name = "型号/图号", width = 15) |
| | | @ApiModelProperty(value = "型号/图号") |
| | | private String lendCount; |
| | | private String toolModel; |
| | | /**参数表名称*/ |
| | | @Excel(name = "参数表名称", width = 15) |
| | | @ApiModelProperty(value = "参数表名称") |
| | | private String paramaTableName; |
| | | /**精度等级*/ |
| | | @Excel(name = "精度等级(1:A;2:B;3:C)", width = 15) |
| | | @ApiModelProperty(value = "精度等级(1:A;2:B;3:C)") |
| | | private String accuracyClass; |
| | | /**备注*/ |
| | | @Excel(name = "备注", width = 15) |
| | | @ApiModelProperty(value = "备注") |