1
3 天以前 82374fe4b32d58956810f445b7889f1a370f1ab9
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<?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.BasDevpErrorLogMapper">
 
    <!-- 通用查询映射结果 -->
    <resultMap id="BaseResultMap" type="com.zy.asrs.entity.BasDevpErrorLog">
        <result column="dev_no" property="devNo" />
        <result column="pass_time_out" property="passTimeOut" />
        <result column="object_no_id_error" property="objectNoIdError" />
        <result column="id_no_object_error" property="idNoObjectError" />
        <result column="lmfr_error" property="lmfrError" />
        <result column="lift_error" property="liftError" />
        <result column="dlfr_error" property="dlfrError" />
        <result column="dmfr_error" property="dmfrError" />
        <result column="vfd_error" property="vfdError" />
        <result column="srv_error" property="srvError" />
        <result column="res1" property="res1" />
        <result column="res2" property="res2" />
        <result column="res3" property="res3" />
        <result column="communication_time_out" property="communicationTimeOut" />
        <result column="parameter_incomplete_error" property="parameterIncompleteError" />
        <result column="data_not_clear" property="dataNotClear" />
        <result column="set_parameter_error" property="setParameterError" />
        <result column="create_time" property="createTime" />
        <result column="in_enable" property="inEnable" />
        <result column="out_enable" property="outEnable" />
        <result column="data_error" property="dataError" />
        <result column="id" property="id" />
        <result column="sensorG_arrive" property="sensorGArrive" />
        <result column="sensorG_dec" property="sensorGDec" />
        <result column="sensorG_arrive2" property="sensorGArrive2" />
        <result column="sensor_limit" property="sensorLimit" />
        <result column="emergency" property="emergency" />
        <result column="sensorG_leave" property="sensorGLeave" />
        <result column="sensorG_leave2" property="sensorGLeave2" />
        <result column="sensorC_up" property="sensorCUp" />
        <result column="sensorC_down" property="sensorCDown" />
        <result column="lift_motor_fr" property="liftMotorFr" />
        <result column="line_motor_fr" property="lineMotorFr" />
        <result column="tran_motor_fr" property="tranMotorFr" />
        <result column="rst1" property="rst1" />
        <result column="rst2" property="rst2" />
        <result column="rst3" property="rst3" />
        <result column="rst4" property="rst4" />
        <result column="sensor_arrive_d" property="sensorArriveD" />
        <result column="sensor_dec_d" property="sensorDecD" />
        <result column="sensor_arrive_l" property="sensorArriveL" />
        <result column="sensor_dec_l" property="sensorDecL" />
        <result column="sensor_arrive_r" property="sensorArriveR" />
        <result column="sensor_dec_r" property="sensorDecR" />
 
    </resultMap>
 
</mapper>