<?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="cc.mrbird.febs.mall.mapper.MallCountryDeliveryMapper">
|
|
<resultMap id="BaseResultMap" type="cc.mrbird.febs.mall.entity.MallCountryDelivery">
|
<id column="ID" jdbcType="BIGINT" property="id"/>
|
<result column="REVISION" jdbcType="INTEGER" property="revision"/>
|
<result column="CREATED_BY" jdbcType="VARCHAR" property="createdBy"/>
|
<result column="CREATED_TIME" jdbcType="TIMESTAMP" property="createdTime"/>
|
<result column="UPDATED_BY" jdbcType="VARCHAR" property="updatedBy"/>
|
<result column="UPDATED_TIME" jdbcType="TIMESTAMP" property="updatedTime"/>
|
<result column="COUNTRY_CODE" jdbcType="VARCHAR" property="countryCode"/>
|
<result column="COUNTRY_NAME" jdbcType="VARCHAR" property="countryName"/>
|
<result column="SHIPPING_FEE" jdbcType="DECIMAL" property="shippingFee"/>
|
<result column="STATUS" jdbcType="INTEGER" property="status"/>
|
<result column="REMARK" jdbcType="VARCHAR" property="remark"/>
|
</resultMap>
|
|
</mapper>
|