whyclxw
2024-12-20 88a34da304025257cda19d72e11a29c66e7a7822
src/main/java/com/whyc/controller/KeyInfController.java
@@ -22,6 +22,12 @@
        return service.getAllKeyInf(keyName,uname,pageNum,pageSize);
    }
    @ApiOperation(value = "授权时查询所有钥匙信息(不分页)")
    @GetMapping("getKeyInfAuth")
    public Response getKeyInfAuth(){
        return service.getKeyInfAuth();
    }
    @ApiOperation(value = "添加钥匙")
    @PostMapping("addKey")
    public Response addKey(@RequestBody KeyInf kinf){