32 lines
2.0 KiB
XML
32 lines
2.0 KiB
XML
<?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.cool.store.mapper.TempUserDetailMapper">
|
|
<resultMap id="BaseResultMap" type="com.cool.store.entity.TempUserDetailDO">
|
|
<!--
|
|
WARNING - @mbg.generated
|
|
-->
|
|
<id column="id" jdbcType="BIGINT" property="id" />
|
|
<result column="line_id" jdbcType="BIGINT" property="lineId" />
|
|
<result column="shop_id" jdbcType="BIGINT" property="shopId" />
|
|
<result column="region_id" jdbcType="BIGINT" property="regionId" />
|
|
<result column="mobile" jdbcType="VARCHAR" property="mobile" />
|
|
<result column="username" jdbcType="VARCHAR" property="username" />
|
|
<result column="sex" jdbcType="VARCHAR" property="sex" />
|
|
<result column="age" jdbcType="INTEGER" property="age" />
|
|
<result column="id_card" jdbcType="VARCHAR" property="idCard" />
|
|
<result column="status" jdbcType="VARCHAR" property="status" />
|
|
<result column="educational" jdbcType="TINYINT" property="educational" />
|
|
<result column="role_id" jdbcType="BIGINT" property="roleId" />
|
|
<result column="id_card_positive_url" jdbcType="VARCHAR" property="idCardPositiveUrl" />
|
|
<result column="id_card_negative_url" jdbcType="VARCHAR" property="idCardNegativeUrl" />
|
|
<result column="health_certificate_url" jdbcType="VARCHAR" property="healthCertificateUrl" />
|
|
<result column="register_time" jdbcType="TIMESTAMP" property="registerTime" />
|
|
<result column="source" jdbcType="VARCHAR" property="source" />
|
|
<result column="submit_time" jdbcType="TIMESTAMP" property="submitTime" />
|
|
<result column="create_time" jdbcType="TIMESTAMP" property="createTime" />
|
|
<result column="update_time" jdbcType="TIMESTAMP" property="updateTime" />
|
|
<result column="deleted" jdbcType="BIT" property="deleted" />
|
|
<result column="train_time" jdbcType="TIMESTAMP" property="trainTime" />
|
|
<result column="completion_certificate" jdbcType="VARCHAR" property="completionCertificate" />
|
|
</resultMap>
|
|
</mapper> |