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