liulin
2024-07-31 5351c356a7f7872a06c6b27a3be81b3d6d9164c8
src/main/java/com/lunhan/xxx/repository/mapper/TestInfoMapper.java
文件名从 src/main/java/com/lunhan/xxx/repository/imapper/TestInfoMapper.java 修改
@@ -1,12 +1,14 @@
package com.lunhan.xxx.repository.imapper;
package com.lunhan.xxx.repository.mapper;
import com.baomidou.mybatisplus.core.toolkit.Constants;
import com.lunhan.xxx.entity.dto.search.SearchTestInfo;
import com.lunhan.xxx.repository.BasicMapper;
import com.lunhan.xxx.repository.po.TestInfoPO;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.annotations.Select;
@Mapper
public interface TestInfoMapper extends BasicMapper<TestInfoPO> {
    // #{param}:会进行预编译,而且进行类型匹配,最后进行变量替换,括号中可以添加映射类型如
//    @Select(