feiyu02
2022-09-23 497475defd5d0ebf90ae6a8e2b080a16d78043ab
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="cn.flightfeather.supervision.domain.mapper.UserInfoWxMapper" >
  <resultMap id="BaseResultMap" type="cn.flightfeather.supervision.domain.entity.UserInfoWx" >
    <!--
      WARNING - @mbg.generated
    -->
    <id column="UI_Open_Id" property="uiOpenId" jdbcType="VARCHAR" />
    <result column="UI_GUID" property="uiGuid" jdbcType="VARCHAR" />
    <result column="UI_Nick_Name" property="uiNickName" jdbcType="VARCHAR" />
    <result column="UI_Gender" property="uiGender" jdbcType="VARCHAR" />
    <result column="UI_Country" property="uiCountry" jdbcType="VARCHAR" />
    <result column="UI_Province" property="uiProvince" jdbcType="VARCHAR" />
    <result column="UI_City" property="uiCity" jdbcType="VARCHAR" />
    <result column="UI_Avatar_Url" property="uiAvatarUrl" jdbcType="VARCHAR" />
    <result column="UI_UnionId" property="uiUnionid" jdbcType="VARCHAR" />
  </resultMap>
  <sql id="Base_Column_List" >
    <!--
      WARNING - @mbg.generated
    -->
    UI_GUID, UI_Open_Id, UI_Nick_Name, UI_Gender, UI_Country, UI_Province, UI_City, UI_Avatar_Url, 
    UI_UnionId
  </sql>
</mapper>