#
Junjie
2026-01-15 ef1cd5823fe7cf724e1de875a1a5737a44f160f1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?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.zy.asrs.mapper.BasStationDeviceMapper">
 
    <!-- 通用查询映射结果 -->
    <resultMap id="BaseResultMap" type="com.zy.asrs.entity.BasStationDevice">
        <id column="id" property="id" />
        <result column="station_id" property="stationId" />
        <result column="device_no" property="deviceNo" />
        <result column="device_type" property="deviceType" />
 
    </resultMap>
 
</mapper>