foodie/foodie-mapper/target/classes/mapper/OrdersMapper.xml

24 lines
1.4 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.OrdersMapper" >
<resultMap id="BaseResultMap" type="cn.odliken.pojo.Orders" >
<!--
WARNING - @mbg.generated
-->
<id column="id" property="id" jdbcType="VARCHAR" />
<result column="user_id" property="userId" jdbcType="VARCHAR" />
<result column="receiver_name" property="receiverName" jdbcType="VARCHAR" />
<result column="receiver_mobile" property="receiverMobile" jdbcType="VARCHAR" />
<result column="receiver_address" property="receiverAddress" jdbcType="VARCHAR" />
<result column="total_amount" property="totalAmount" jdbcType="INTEGER" />
<result column="real_pay_amount" property="realPayAmount" jdbcType="INTEGER" />
<result column="post_amount" property="postAmount" jdbcType="INTEGER" />
<result column="pay_method" property="payMethod" jdbcType="INTEGER" />
<result column="left_msg" property="leftMsg" jdbcType="VARCHAR" />
<result column="extand" property="extand" jdbcType="VARCHAR" />
<result column="is_comment" property="isComment" jdbcType="INTEGER" />
<result column="is_delete" property="isDelete" jdbcType="INTEGER" />
<result column="created_time" property="createdTime" jdbcType="TIMESTAMP" />
<result column="updated_time" property="updatedTime" jdbcType="TIMESTAMP" />
</resultMap>
</mapper>