文件名从 src/main/java/com/lunhan/xxx/repository/mapper/TestInfoMapperImpl.java 修改 |
| | |
| | | # 神兽保佑 |
| | | # 永无BUG! |
| | | */ |
| | | package com.lunhan.xxx.repository.mapper; |
| | | package com.lunhan.xxx.repository.impl; |
| | | |
| | | import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper; |
| | | import com.baomidou.mybatisplus.extension.plugins.pagination.Page; |
| | |
| | | import com.lunhan.xxx.entity.dto.search.SearchTestInfo; |
| | | import com.lunhan.xxx.entity.enums.EOrderBy; |
| | | import com.lunhan.xxx.repository.BasicMapperImpl; |
| | | import com.lunhan.xxx.repository.imapper.TestInfoMapper; |
| | | import com.lunhan.xxx.repository.mapper.TestInfoMapper; |
| | | import com.lunhan.xxx.repository.po.TestInfoPO; |
| | | import org.springframework.stereotype.Repository; |
| | | |
| | |
| | | * @description 测试信息 数据访问类 |
| | | * @date 2021/11/23 |
| | | */ |
| | | |
| | | @Repository |
| | | class TestInfoMapperImpl extends BasicMapperImpl<TestInfoPO> { |
| | | public class TestInfoMapperImpl extends BasicMapperImpl<TestInfoPO> { |
| | | public TestInfoMapperImpl(TestInfoMapper mapper) { |
| | | super(mapper); |
| | | } |