Helius
2021-06-30 02b38bb7c08d68fffc6af25e4ba00a456d96e94e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?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.UserGatherApplyMapper">
  <resultMap id="BaseResultMap" type="com.xzx.gc.entity.UserGatherApply">
    <!--
      WARNING - @mbg.generated
    -->
    <id column="id" jdbcType="BIGINT" property="id" />
    <result column="name" jdbcType="VARCHAR" property="name" />
    <result column="mobile_phone" jdbcType="VARCHAR" property="mobilePhone" />
    <result column="longitude" jdbcType="VARCHAR" property="longitude" />
    <result column="latitude" jdbcType="VARCHAR" property="latitude" />
    <result column="address_area" jdbcType="VARCHAR" property="addressArea" />
    <result column="detail_address" jdbcType="VARCHAR" property="detailAddress" />
    <result column="receive_address" jdbcType="VARCHAR" property="receiveAddress" />
    <result column="tag_name" jdbcType="VARCHAR" property="tagName" />
    <result column="create_time" jdbcType="VARCHAR" property="createTime" />
    <result column="unpass_reason" jdbcType="VARCHAR" property="unpassReason" />
    <result column="examine_time" jdbcType="VARCHAR" property="examineTime" />
    <result column="status" jdbcType="VARCHAR" property="status" />
    <result column="update_user_id" jdbcType="VARCHAR" property="updateUserId" />
  </resultMap>
</mapper>