21 lines
1.2 KiB
XML
21 lines
1.2 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="cn.odliken.mapper.UserAddressMapper" >
|
|
<resultMap id="BaseResultMap" type="cn.odliken.pojo.UserAddress" >
|
|
<!--
|
|
WARNING - @mbg.generated
|
|
-->
|
|
<id column="id" property="id" jdbcType="VARCHAR" />
|
|
<result column="user_id" property="userId" jdbcType="VARCHAR" />
|
|
<result column="receiver" property="receiver" jdbcType="VARCHAR" />
|
|
<result column="mobile" property="mobile" 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="detail" property="detail" jdbcType="VARCHAR" />
|
|
<result column="extand" property="extand" jdbcType="VARCHAR" />
|
|
<result column="is_default" property="isDefault" jdbcType="INTEGER" />
|
|
<result column="created_time" property="createdTime" jdbcType="TIMESTAMP" />
|
|
<result column="updated_time" property="updatedTime" jdbcType="TIMESTAMP" />
|
|
</resultMap>
|
|
</mapper> |