whyclxw
2025-01-06 4be169675d8ed349ac1a4f5ab50d93d0b1dedde9
src/main/java/com/whyc/controller/LockInfController.java
@@ -33,6 +33,12 @@
        return service.getLinf();
    }
    @ApiOperation(value = "查询区域管理员的所有区域下锁具(用于下拉)")
    @GetMapping("getAreaUserLock")
    public Response getAreaUserLock(){
        return service.getAreaUserLock();
    }
    @ApiOperation(value = "授权时查询所有蓝牙锁信息(不分页)")
    @GetMapping("getLockInfAuth")
    public Response getLockInfAuth(){