feiyu02
2024-11-19 752e00503f672ddfe2066afb6c235721a3a912b5
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
<?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="cn.flightfeather.supervision.domain.mapper.PersonalInfoMapper">
  <resultMap id="BaseResultMap" type="cn.flightfeather.supervision.domain.entity.PersonalInfo">
    <!--
      WARNING - @mbg.generated
    -->
    <id column="PI_GUID" jdbcType="VARCHAR" property="piGuid" />
    <result column="PI_Name" jdbcType="VARCHAR" property="piName" />
    <result column="PI_ID_Type_Num" jdbcType="TINYINT" property="piIdTypeNum" />
    <result column="PI_ID_Type" jdbcType="VARCHAR" property="piIdType" />
    <result column="PI_ID" jdbcType="VARCHAR" property="piId" />
    <result column="PI_Position_Num" jdbcType="TINYINT" property="piPositionNum" />
    <result column="PI_Position" jdbcType="VARCHAR" property="piPosition" />
    <result column="PI_Wx_Id" jdbcType="VARCHAR" property="piWxId" />
    <result column="PI_Scene_Id" jdbcType="VARCHAR" property="piSceneId" />
    <result column="PI_Extension1" jdbcType="VARCHAR" property="piExtension1" />
    <result column="PI_Extension2" jdbcType="VARCHAR" property="piExtension2" />
    <result column="PI_Extension3" jdbcType="VARCHAR" property="piExtension3" />
    <result column="PI_Remark" jdbcType="VARCHAR" property="piRemark" />
  </resultMap>
  <sql id="Base_Column_List">
    <!--
      WARNING - @mbg.generated
    -->
    PI_GUID, PI_Name, PI_ID_Type_Num, PI_ID_Type, PI_ID, PI_Position_Num, PI_Position, 
    PI_Wx_Id, PI_Scene_Id, PI_Extension1, PI_Extension2, PI_Extension3, PI_Remark
  </sql>
</mapper>