|
|
|
@ -4,7 +4,7 @@ |
|
|
|
<resultMap id="BaseResultMap" type="com.bnyer.common.core.domain.WithdrawLog"> |
|
|
|
<!--@mbg.generated--> |
|
|
|
<!--@Table img_withdraw_log--> |
|
|
|
<id column="id" jdbcType="INTEGER" property="id" /> |
|
|
|
<id column="id" jdbcType="BIGINT" property="id" /> |
|
|
|
<result column="creator_id" jdbcType="BIGINT" property="creatorId" /> |
|
|
|
<result column="order_id" jdbcType="VARCHAR" property="orderId" /> |
|
|
|
<result column="amt" jdbcType="DECIMAL" property="amt" /> |
|
|
|
|