feiyu02
2022-11-15 23bd719cebe5feeff4e48fde925b0b39755eea93
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
<?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" property="piGuid" jdbcType="VARCHAR" />
    <result column="PI_Name" property="piName" jdbcType="VARCHAR" />
    <result column="PI_ID_Type_Num" property="piIdTypeNum" jdbcType="TINYINT" />
    <result column="PI_ID_Type" property="piIdType" jdbcType="VARCHAR" />
    <result column="PI_ID" property="piId" jdbcType="VARCHAR" />
    <result column="PI_Position_Num" property="piPositionNum" jdbcType="TINYINT" />
    <result column="PI_Position" property="piPosition" jdbcType="VARCHAR" />
    <result column="PI_Extension1" property="piExtension1" jdbcType="VARCHAR" />
    <result column="PI_Extension2" property="piExtension2" jdbcType="VARCHAR" />
    <result column="PI_Extension3" property="piExtension3" jdbcType="VARCHAR" />
    <result column="PI_Remark" property="piRemark" jdbcType="VARCHAR" />
  </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_Extension1, PI_Extension2, PI_Extension3, PI_Remark
  </sql>
</mapper>