| | |
| | | private String safetyEquipmentCheckResult; |
| | | /**精度参数检查结果;是、否、无*/ |
| | | @ApiModelProperty(value = "精度参数检查结果;是、否、无") |
| | | @Dict(dicCode = "ye_no_none") |
| | | @Dict(dicCode = "yes_no_none") |
| | | private String precisionCheckResult; |
| | | /**功能状态检查结果;是、否*/ |
| | | @ApiModelProperty(value = "功能状态检查结果;是、否") |
| | |
| | | private String functionalCheckResult; |
| | | /**其他检查结果;是、否、无*/ |
| | | @ApiModelProperty(value = "其他检查结果;是、否、无") |
| | | @Dict(dicCode = "ye_no_none") |
| | | @Dict(dicCode = "yes_no_none") |
| | | private String otherCheckResult; |
| | | /**维修人签字*/ |
| | | @ApiModelProperty(value = "维修人签字") |