whyclxw
2024-12-30 2531a304d2ffe9a19e53418d6da5af23465eef8d
src/main/java/com/whyc/controller/LockInfController.java
@@ -22,11 +22,17 @@
    @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(){