| | |
| | | /**维修人/精度检查者签字时间*/ |
| | | @ApiModelProperty(value = "维修人/精度检查者签字时间") |
| | | private Date repairmanSignatureTime; |
| | | |
| | | public EamTechnicalStatusEvaluationOrderDetail() { |
| | | } |
| | | |
| | | public EamTechnicalStatusEvaluationOrderDetail(EamTechnicalStatusEvaluationStandardDetail standardDetail, String orderId) { |
| | | this.orderId = orderId; |
| | | this.itemCode = standardDetail.getItemCode(); |
| | | this.checkCategory = standardDetail.getCheckCategory(); |
| | | this.itemName = standardDetail.getItemName(); |
| | | this.subItemName = standardDetail.getSubItemName(); |
| | | this.toleranceValue = standardDetail.getToleranceValue(); |
| | | } |
| | | } |