文件名从 src/main/java/com/lunhan/xxx/repository/mapper/TestInfoMapper.java 修改 |
| | |
| | | package com.lunhan.xxx.repository.mapper; |
| | | package com.nanjing.water.repository.mapper; |
| | | |
| | | import com.baomidou.mybatisplus.core.toolkit.Constants; |
| | | import com.lunhan.xxx.entity.search.SearchTestInfo; |
| | | import com.lunhan.xxx.repository.BasicMapper; |
| | | import com.lunhan.xxx.repository.po.TestInfoPO; |
| | | import com.nanjing.water.entity.search.SearchTestInfo; |
| | | import com.nanjing.water.repository.BasicMapper; |
| | | import com.nanjing.water.repository.po.TestInfoPO; |
| | | import org.apache.ibatis.annotations.Mapper; |
| | | import org.apache.ibatis.annotations.Param; |
| | | import org.apache.ibatis.annotations.Select; |