文件名从 src/main/kotlin/cn/flightfeather/supervision/datafetch/FetchNightConstruction.kt 修改 |
| | |
| | | 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 |
| | |
| | | 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 |