From a7fef2846505b08e0711345b17902e7381612d23 Mon Sep 17 00:00:00 2001 From: whyclxw <810412026@qq.com> Date: 星期二, 25 三月 2025 14:02:16 +0800 Subject: [PATCH] 查询锁的蓝牙开启时间段记录添加area_path --- src/main/java/com/whyc/controller/KeyInfController.java | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/whyc/controller/KeyInfController.java b/src/main/java/com/whyc/controller/KeyInfController.java index dddde1c..4df8d8a 100644 --- a/src/main/java/com/whyc/controller/KeyInfController.java +++ b/src/main/java/com/whyc/controller/KeyInfController.java @@ -22,6 +22,12 @@ return service.getAllKeyInf(keyName,uname,pageNum,pageSize); } + @ApiOperation(value = "鏌ヨ鎵�鏈夐挜鍖欏悕淇℃伅(鐢ㄤ簬涓嬫媺)") + @GetMapping("getkinf") + public Response getkinf(){ + return service.getkinf(); + } + @ApiOperation(value = "鎺堟潈鏃舵煡璇㈡墍鏈夐挜鍖欎俊鎭�(涓嶅垎椤�)") @GetMapping("getKeyInfAuth") public Response getKeyInfAuth(){ @@ -46,4 +52,5 @@ public Response updateKey(@RequestBody KeyInf kinf){ return service.updateKey(kinf); } + } \ No newline at end of file -- Gitblit v1.9.1