#
yxFwq
2024-11-23 3c01fbc988ff90ef1f195232beb98c7776d47277
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?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.BasJarMapper">
 
    <!-- 通用查询映射结果 -->
    <resultMap id="BaseResultMap" type="com.zy.asrs.entity.BasJar">
        <id column="jar_no" property="jarNo" />
        <result column="region" property="region" />
        <result column="jar_code" property="jarCode" />
        <result column="sta_no" property="staNo" />
        <result column="jar_status" property="jarStatus" />
        <result column="jar_count" property="jarCount" />
        <result column="jar_err" property="jarErr" />
        <result column="left_door" property="leftDoor" />
        <result column="right_door" property="rightDoor" />
        <result column="left_in_enable" property="leftInEnable" />
        <result column="left_out_enable" property="leftOutEnable" />
        <result column="autoing" property="autoing" />
        <result column="jar_mode" property="jarMode" />
        <result column="right_in_enable" property="rightInEnable" />
        <result column="right_out_enable" property="rightOutEnable" />
        <result column="enter_ste_no" property="enterSteNo" />
        <result column="out_ste_no" property="outSteNo" />
        <result column="enter_rgv_no" property="enterRgvNo" />
        <result column="out_rgv_no" property="outRgvNo" />
        <result column="burial" property="burial" />
        <result column="jar_temperature" property="jarTemperature" />
        <result column="jar_pressure" property="jarPressure" />
 
    </resultMap>
 
</mapper>