From 3b6d665e4f633121180a190321f6f5fd93843916 Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期二, 05 三月 2024 09:52:38 +0800 Subject: [PATCH] 结构修改 --- ycl-server/src/main/java/com/ycl/platform/service/impl/TMonitorServiceImpl.java | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ycl-server/src/main/java/com/ycl/platform/service/impl/TMonitorServiceImpl.java b/ycl-server/src/main/java/com/ycl/platform/service/impl/TMonitorServiceImpl.java index 32d6e38..da2d159 100644 --- a/ycl-server/src/main/java/com/ycl/platform/service/impl/TMonitorServiceImpl.java +++ b/ycl-server/src/main/java/com/ycl/platform/service/impl/TMonitorServiceImpl.java @@ -1,6 +1,6 @@ package com.ycl.platform.service.impl; -import com.ycl.platform.entity.TMonitor; +import com.ycl.platform.domain.entity.TMonitor; import com.ycl.platform.mapper.TMonitorMapper; import com.ycl.platform.service.ITMonitorService; import org.springframework.beans.factory.annotation.Autowired; @@ -10,7 +10,7 @@ /** * 璁惧璧勪骇Service涓氬姟灞傚鐞� - * + * * @author ruoyi * @date 2024-03-04 */ @@ -22,7 +22,7 @@ /** * 鏌ヨ璁惧璧勪骇 - * + * * @param id 璁惧璧勪骇涓婚敭 * @return 璁惧璧勪骇 */ @@ -34,7 +34,7 @@ /** * 鏌ヨ璁惧璧勪骇鍒楄〃 - * + * * @param tMonitor 璁惧璧勪骇 * @return 璁惧璧勪骇 */ @@ -46,7 +46,7 @@ /** * 鏂板璁惧璧勪骇 - * + * * @param tMonitor 璁惧璧勪骇 * @return 缁撴灉 */ @@ -58,7 +58,7 @@ /** * 淇敼璁惧璧勪骇 - * + * * @param tMonitor 璁惧璧勪骇 * @return 缁撴灉 */ @@ -70,7 +70,7 @@ /** * 鎵归噺鍒犻櫎璁惧璧勪骇 - * + * * @param ids 闇�瑕佸垹闄ょ殑璁惧璧勪骇涓婚敭 * @return 缁撴灉 */ @@ -82,7 +82,7 @@ /** * 鍒犻櫎璁惧璧勪骇淇℃伅 - * + * * @param id 璁惧璧勪骇涓婚敭 * @return 缁撴灉 */ -- Gitblit v1.8.0