| | |
| | | "振动:zd,\n" + |
| | | "耐压:ny,\n" + |
| | | "转动惯量:zdgl,\n") |
| | | public Response checkPrecondition(String type){ |
| | | public Response checkPrecondition(@RequestParam String type){ |
| | | return service.checkPrecondition(type); |
| | | } |
| | | |
| | | @PutMapping("precondition") |
| | | @ApiOperation(value = "设置前置条件",notes = "进线屏开关状态-1,大功率整流电源-2,...") |
| | | public Response setPrecondition(@RequestParam Integer id){ |
| | | return service.setPrecondition(id); |
| | | } |
| | | |
| | | /** |
| | |
| | | return service.finishExperiment(experimentId); |
| | | } |
| | | |
| | | @PostMapping("finishExperimentPoint") |
| | | @ApiOperation(value = "结束测试点") |
| | | public Response finishExperimentPoint(@RequestParam Integer id){ |
| | | return service.finishExperimentPoint(id); |
| | | } |
| | | |
| | | /*======History======*/ |
| | | |
| | | @PostMapping("page") |