Crunchy
2024-07-31 f8644e0a13befc0e28e569926a7f9f024cf1e17d
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
<?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.yuanchu.mom.mapper.PkSlaveMapper">
 
    <!-- 通用查询映射结果 -->
    <resultMap id="BaseResultMap" type="com.yuanchu.mom.pojo.PkSlave">
        <id column="id" property="id" />
        <result column="weaken_1310_A" property="weaken1310A" />
        <result column="weaken_1310_B" property="weaken1310B" />
        <result column="weaken_1550_A" property="weaken1550A" />
        <result column="weaken_1550_B" property="weaken1550B" />
        <result column="weaken_1625_A" property="weaken1625A" />
        <result column="weaken_1625_B" property="weaken1625B" />
        <result column="weaken_1383_A" property="weaken1383A" />
        <result column="weaken_1383_B" property="weaken1383B" />
        <result column="weaken_1490_A" property="weaken1490A" />
        <result column="weaken_1490_B" property="weaken1490B" />
        <result column="ins_bushing_id" property="insBushingId" />
        <result column="ins_fibers_id" property="insFibersId" />
        <result column="ins_fiber_id" property="insFiberId" />
        <result column="shift_id" property="shiftId" />
        <result column="create_time" property="createTime" />
    </resultMap>
 
</mapper>