| | |
| | | |
| | | @ApiOperation(value = "查询所有锁信息") |
| | | @GetMapping("getAllLockInf") |
| | | public Response getAllLockInf(@RequestParam(required = false) String lockName, @RequestParam(required = false) String lockType,@RequestParam(required = false) Integer lockState |
| | | public Response getAllLockInf(@RequestParam(required = false) String lockName, @RequestParam(required = false) Integer lockType,@RequestParam(required = false) Integer lockState |
| | | ,@RequestParam int areaId,int pageNum,int pageSize){ |
| | | return service.getAllLockInf(lockName,lockType,lockState,areaId,pageNum,pageSize); |
| | | } |
| | | |
| | | @ApiOperation(value = "查询所有锁名信息(用于下拉)") |
| | | @GetMapping("getLinf") |
| | | public Response getLinf(){ |
| | | return service.getLinf(); |
| | | } |
| | | |
| | | @ApiOperation(value = "授权时查询所有蓝牙锁信息(不分页)") |
| | | @GetMapping("getLockInfAuth") |
| | | public Response getLockInfAuth(){ |