|
|
|
@@ -8,7 +8,7 @@ |
|
|
|
<result column="update_time" jdbcType="TIMESTAMP" property="updateTime" /> |
|
|
|
<result column="order_id" jdbcType="BIGINT" property="orderId" /> |
|
|
|
<result column="c_user_id" jdbcType="BIGINT" property="cUserId" /> |
|
|
|
<result column="ip" jdbcType="String" property="ip" /> |
|
|
|
<result column="ip" jdbcType="VARCHAR" property="ip" /> |
|
|
|
<result column="pay_amount" jdbcType="INTEGER" property="payAmount" /> |
|
|
|
<result column="pay_time_start" jdbcType="INTEGER" property="payTimeStart" /> |
|
|
|
<result column="pay_time_end" jdbcType="INTEGER" property="payTimeEnd" /> |
|
|
|
|