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/LockCtlLogController.java | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/whyc/controller/LockCtlLogController.java b/src/main/java/com/whyc/controller/LockCtlLogController.java index b56148f..13b979d 100644 --- a/src/main/java/com/whyc/controller/LockCtlLogController.java +++ b/src/main/java/com/whyc/controller/LockCtlLogController.java @@ -1,10 +1,15 @@ package com.whyc.controller; +import com.whyc.dto.Response; +import com.whyc.pojo.db_area.KeyInf; +import com.whyc.pojo.db_lock_ram.LockCtlLog; import com.whyc.service.LockCtlLogService; import io.swagger.annotations.Api; +import io.swagger.annotations.ApiOperation; import org.springframework.beans.factory.annotation.Autowired; -import org.springframework.web.bind.annotation.RequestMapping; -import org.springframework.web.bind.annotation.RestController; +import org.springframework.web.bind.annotation.*; + +import java.util.Date; @RestController @Api(tags = "寮�閿佹棩蹇�") @@ -12,4 +17,5 @@ public class LockCtlLogController { @Autowired private LockCtlLogService service; + } \ No newline at end of file -- Gitblit v1.9.1