All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Please wait. This can take some minutes ...
Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance.
Project price only 1 $
You can buy this project and download/modify it how often you want.
k.e.book.ddh.mapper.CcRechargeOrderMapper.xml Maven / Gradle / Ivy
<?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="k.e.book.ddh.mapper.CcRechargeOrderMapper">
<!-- 通用查询映射结果 -->
<resultMap id="BaseResultMap" type="k.e.book.ddh.entity.CcRechargeOrderDO">
<id column="id" property="id" />
<result column="orderid" property="orderid" />
<result column="parent_id" property="parentId" />
<result column="user_id" property="userId" />
<result column="merchant_no" property="merchantNo" />
<result column="parent_order_id" property="parentOrderId" />
<result column="seller_id" property="sellerId" />
<result column="amount" property="amount" />
<result column="item_id" property="itemId" />
<result column="user_box_id" property="userBoxId" />
<result column="type" property="type" />
<result column="payamount" property="payamount" />
<result column="paytype" property="paytype" />
<result column="paytime" property="paytime" />
<result column="ip" property="ip" />
<result column="useragent" property="useragent" />
<result column="memo" property="memo" />
<result column="createtime" property="createtime" />
<result column="expiredtime" property="expiredtime" />
<result column="updatetime" property="updatetime" />
<result column="payinfo" property="payinfo" />
<result column="trade_no" property="tradeNo" />
<result column="out_trade_no" property="outTradeNo" />
<result column="refund_tradeno" property="refundTradeno" />
<result column="status" property="status" />
<result column="fund_process_type" property="fundProcessType" />
<result column="pay_channel" property="payChannel" />
<result column="product_id" property="productId" />
<result column="is_sold" property="isSold" />
<result column="is_white" property="isWhite" />
<result column="is_txhash" property="isTxhash" />
<result column="created_at" property="createdAt" />
<result column="updated_at" property="updatedAt" />
<result column="deleted_at" property="deletedAt" />
</resultMap>
<!-- 通用查询结果 -->
<sql id="Base_Column_List">
id, orderid, parent_id, user_id, merchant_no, parent_order_id, seller_id, amount, item_id, user_box_id, type, payamount, paytype, paytime, ip, useragent, memo, createtime, expiredtime, updatetime, payinfo, trade_no, out_trade_no, refund_tradeno, status, fund_process_type, pay_channel, product_id, is_sold, is_white, is_txhash, created_at, updated_at, deleted_at,
</sql>
</mapper>