| <?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.xzx.gc.user.mapper.PartnerTargetMapper">  | 
|   <resultMap id="BaseResultMap" type="com.xzx.gc.entity.PartnerTarget">  | 
|     <!--  | 
|       WARNING - @mbg.generated  | 
|     -->  | 
|     <id column="id" jdbcType="BIGINT" property="id" />  | 
|     <result column="provice_id" jdbcType="INTEGER" property="proviceId" />  | 
|     <result column="provice_name" jdbcType="VARCHAR" property="proviceName" />  | 
|     <result column="city_id" jdbcType="INTEGER" property="cityId" />  | 
|     <result column="city_name" jdbcType="VARCHAR" property="cityName" />  | 
|     <result column="name" jdbcType="VARCHAR" property="name" />  | 
|     <result column="mobile" jdbcType="VARCHAR" property="mobile" />  | 
|     <result column="mark" jdbcType="VARCHAR" property="mark" />  | 
|     <result column="create_time" jdbcType="VARCHAR" property="createTime" />  | 
|   </resultMap>  | 
| </mapper> |