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 | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/whyc/controller/KeyInfController.java b/src/main/java/com/whyc/controller/KeyInfController.java index 32b3173..4df8d8a 100644 --- a/src/main/java/com/whyc/controller/KeyInfController.java +++ b/src/main/java/com/whyc/controller/KeyInfController.java @@ -52,4 +52,5 @@ public Response updateKey(@RequestBody KeyInf kinf){ return service.updateKey(kinf); } + } \ No newline at end of file -- Gitblit v1.9.1