| | |
| | | |
| | | import java.util.List; |
| | | |
| | | /** |
| | | * TODO 暂无这个字段,项目完结时确认没有的时候删除 |
| | | */ |
| | | |
| | | @Deprecated |
| | | @RestController |
| | | @Api(tags = "actm均衡仪控制操作") |
| | | @RequestMapping("actmparam") |
| | |
| | | public Object setActmParamPl2(@RequestBody ActmResDto param){ |
| | | return service.setActmParamPl2(param); |
| | | } |
| | | |
| | | /** |
| | | * @param devId |
| | | * @param index |
| | | * @param type 1:启动 2:暂停 3:继续 4:停止 |
| | | * @return |
| | | */ |
| | | @ApiOperation(value = "启动,暂停,继续,停止actm均衡仪") |
| | | @GetMapping("controllerActmParam") |
| | | public Object controlActmParam(@RequestParam int devId,@RequestParam int index,@RequestParam int type){ |