文件名从 src/main/java/com/job/zsc/mapper/Vue3FumeMapper.java 修改 |
| | |
| | | package com.job.zsc.mapper; |
| | | package com.flightfeather.monitor.mapper; |
| | | |
| | | import com.job.zsc.pojo.DeviceInfo; |
| | | import com.job.zsc.pojo.FumeAbnormalData; |
| | | import com.job.zsc.pojo.FumeHistoryData; |
| | | import com.flightfeather.monitor.pojo.DeviceInfo; |
| | | import com.flightfeather.monitor.pojo.FumeAbnormalData; |
| | | import com.flightfeather.monitor.pojo.FumeHistoryData; |
| | | import org.apache.ibatis.annotations.Mapper; |
| | | import org.apache.ibatis.annotations.Param; |
| | | import org.apache.ibatis.annotations.Select; |