whyclxw
2024-06-27 f8479e6f138343b091b3ceeb7b232e75b3247946
1
2
3
4
5
6
7
8
<?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="com.whyc.mapper.BattInfMapper">
 
    <select id="searchGroupAssess" resultType="com.whyc.pojo.BattInf">
        select * from db_batt.batt_inf order by binf_id asc
    </select>
</mapper>