文件名从 src/main/java/com/job/zsc/service/impl/FugitiveDustServiceImpl.java 修改 |
| | |
| | | package com.job.zsc.service.impl; |
| | | package com.flightfeather.monitor.service.impl; |
| | | |
| | | import com.flightfeather.monitor.mapper.FugitiveDustMapper; |
| | | import com.flightfeather.monitor.pojo.*; |
| | | import com.flightfeather.monitor.service.FugitiveDustService; |
| | | import com.github.pagehelper.Page; |
| | | import com.github.pagehelper.PageHelper; |
| | | import com.job.zsc.mapper.FugitiveDustMapper; |
| | | import com.job.zsc.pojo.*; |
| | | import com.job.zsc.service.FugitiveDustService; |
| | | import lombok.extern.slf4j.Slf4j; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.stereotype.Service; |