src/main/java/com/whyc/controller/DevInfController.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main/java/com/whyc/controller/DevInfController.java
@@ -23,11 +23,11 @@ return service.addDev(devInf); } /* @ApiOperation(value = "获取设备信息") @ApiOperation(value = "获取设备信息") @PostMapping("getAllInf") public Response getAllInf(@RequestBody Page page){ return service.getAllInf(101,page); }*/ } @ApiOperation(value = "获取左侧列表") @GetMapping("getDevBytype")