he wei
2024-08-15 f7dec3da01a6feb19a536d0920f341e07c853d7a
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>