zhangherong
6 天以前 d911bf5c02ec6438da7dd564f061633124b6eb12
lxzn-module-eam/src/main/java/org/jeecg/modules/eam/entity/EamTechnicalStatusEvaluationOrderDetail.java
@@ -73,4 +73,16 @@
   /**维修人/精度检查者签字时间*/
    @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();
   }
}