| | |
| | | */ |
| | | @Excel(name = "检定结果", width = 15) |
| | | @ApiModelProperty(value = "检定结果") |
| | | @Dict(dicCode = "technology_status") |
| | | private String calibrationResult; |
| | | /** |
| | | * 检定结果描述 |
| | |
| | | */ |
| | | @Excel(name = "备用字段6", width = 15) |
| | | @ApiModelProperty(value = "备用字段6") |
| | | @Dict(dicCode = "technology_status") |
| | | private String calibrationOrderUda6; |
| | | /** |
| | | * 企业ID |
| | |
| | | private String equipmentSpecification; |
| | | |
| | | @TableField(exist = false) |
| | | private String useDepartName; |
| | | /** |
| | | * ABC标识 |
| | | */ |
| | | @TableField(exist = false) |
| | | private String equipmentImportance; |
| | | |
| | | @TableField(exist = false) |
| | | private List<Map<String, Object>> precisionParameterList; |
| | | /** |
| | | * 设备名称 |