feiyu02
2024-07-08 b212ef0208cb094f63ea8a239a1361f8e859c839
src/main/kotlin/cn/flightfeather/supervision/business/datafetch/FetchNightConstruction.kt
文件名从 src/main/kotlin/cn/flightfeather/supervision/datafetch/FetchNightConstruction.kt 修改
@@ -1,4 +1,4 @@
package cn.flightfeather.supervision.datafetch
package cn.flightfeather.supervision.business.datafetch
import cn.flightfeather.supervision.common.net.NCHttpService
import cn.flightfeather.supervision.domain.ds1.entity.NightConstruction
@@ -11,7 +11,6 @@
import com.github.pagehelper.PageHelper
import org.springframework.beans.factory.annotation.Autowired
import org.springframework.stereotype.Component
import org.springframework.transaction.annotation.Transactional
import tk.mybatis.mapper.entity.Example
import java.util.*
import javax.annotation.PostConstruct