wlzboy
2025-09-20 b62bc392f3c1658381107be1d5f737a3389e7f5f
ruoyi-gps/src/main/java/com/ruoyi/gps/service/impl/GpsConfigServiceImpl.java
File was renamed from ruoyi-system/src/main/java/com/ruoyi/system/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;