智慧农业后台管理
tangzy
2022-05-13 8671a8a8765176dcecd2236f4b119ec2d1781f3e
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="org.springblade.modules.farmplant.mapper.StrainMapper">
 
    <!--自定义查询农场检测报告/证书分页数据-->
    <select id="selectStrainPage" resultType="org.springblade.modules.farmplant.vo.StrainVO">
        select * from sys_strain where 1=1
    </select>
 
</mapper>