From b62bc392f3c1658381107be1d5f737a3389e7f5f Mon Sep 17 00:00:00 2001 From: wlzboy <66905212@qq.com> Date: 星期六, 20 九月 2025 14:53:50 +0800 Subject: [PATCH] feat:dev --- ruoyi-gps/src/main/java/com/ruoyi/gps/service/impl/GpsConfigServiceImpl.java | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ruoyi-system/src/main/java/com/ruoyi/system/service/impl/GpsConfigServiceImpl.java b/ruoyi-gps/src/main/java/com/ruoyi/gps/service/impl/GpsConfigServiceImpl.java similarity index 92% rename from ruoyi-system/src/main/java/com/ruoyi/system/service/impl/GpsConfigServiceImpl.java rename to ruoyi-gps/src/main/java/com/ruoyi/gps/service/impl/GpsConfigServiceImpl.java index f5c2f16..ab7bf18 100644 --- a/ruoyi-system/src/main/java/com/ruoyi/system/service/impl/GpsConfigServiceImpl.java +++ b/ruoyi-gps/src/main/java/com/ruoyi/gps/service/impl/GpsConfigServiceImpl.java @@ -1,9 +1,9 @@ -package com.ruoyi.system.service.impl; +package com.ruoyi.gps.service.impl; import com.ruoyi.common.utils.DateUtils; -import com.ruoyi.system.domain.SysGpsConfig; -import com.ruoyi.system.mapper.SysGpsConfigMapper; -import com.ruoyi.system.service.IGpsConfigService; +import com.ruoyi.gps.domain.SysGpsConfig; +import com.ruoyi.gps.mapper.SysGpsConfigMapper; +import com.ruoyi.gps.service.IGpsConfigService; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import org.springframework.transaction.annotation.Transactional; -- Gitblit v1.9.1