| | |
| | | @ApiModelProperty("abe设备对应的单体编号") |
| | | private Integer abeMonId; |
| | | private String taskNo; |
| | | private Float nowMonRes; |
| | | } |
| | |
| | | @ApiModelProperty(value = "返回库位时间,放货完成时间") |
| | | private Date backFinishTime; |
| | | |
| | | @ApiModelProperty(value = "测压任务的内阻值") |
| | | private Float nowMonRes; |
| | | |
| | | @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
| | | @ApiModelProperty(value = "创建时间") |
| | |
| | | task.setActivationChamberStartTime(statusTime); |
| | | }break; |
| | | case 14: |
| | | task.setActivationChamberPickUpTime(statusTime);break; |
| | | case 24: |
| | | //测压任务,开始取测压结束的电池. 读取abe_inf表中的内阻,插入到任务里 |
| | | AbeInf abeInf = abeInfService.get(); |
| | | task.setNowMonRes(abeInf.getNowMonRes()); |
| | | task.setActivationChamberPickUpTime(statusTime);break; |
| | | case 15: |
| | | case 25: |