28 lines
1.6 KiB
XML
28 lines
1.6 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.wzj.soopin.content.mapper.UsersMapper" >
|
|
<resultMap id="BaseResultMap" type="com.wzj.soopin.content.domain.po.Users" >
|
|
<!--
|
|
WARNING - @mbg.generated
|
|
-->
|
|
<id column="id" property="id" jdbcType="VARCHAR" />
|
|
<result column="mobile" property="mobile" jdbcType="VARCHAR" />
|
|
<result column="nickname" property="nickname" jdbcType="VARCHAR" />
|
|
<result column="imooc_num" property="imoocNum" jdbcType="VARCHAR" />
|
|
<result column="face" property="face" jdbcType="VARCHAR" />
|
|
<result column="sex" property="sex" jdbcType="INTEGER" />
|
|
<result column="birthday" property="birthday" jdbcType="DATE" />
|
|
<result column="country" property="country" jdbcType="VARCHAR" />
|
|
<result column="province" property="province" jdbcType="VARCHAR" />
|
|
<result column="city" property="city" jdbcType="VARCHAR" />
|
|
<result column="district" property="district" jdbcType="VARCHAR" />
|
|
<result column="description" property="description" jdbcType="VARCHAR" />
|
|
<result column="bg_img" property="bgImg" jdbcType="VARCHAR" />
|
|
<result column="can_imooc_num_be_updated" property="canImoocNumBeUpdated" jdbcType="INTEGER" />
|
|
<result column="created_time" property="createdTime" jdbcType="TIMESTAMP" />
|
|
<result column="updated_time" property="updatedTime" jdbcType="TIMESTAMP" />
|
|
<result column="password" property="password" jdbcType="VARCHAR" />
|
|
|
|
</resultMap>
|
|
</mapper>
|