|
|
|
@@ -14,7 +14,7 @@ |
|
|
|
<result column="status" jdbcType="INTEGER" property="status"/> |
|
|
|
<result column="contract_number" jdbcType="VARCHAR" property="contractNumber"/> |
|
|
|
<result column="deposit" jdbcType="VARCHAR" property="deposit"/> |
|
|
|
<result column="pay_date" jdbcType="Integer" property="payDate"/> |
|
|
|
<result column="pay_date" jdbcType="INTEGER" property="payDate"/> |
|
|
|
<result column="is_del" jdbcType="INTEGER" property="isDel"/> |
|
|
|
<result column="merchant_name" jdbcType="VARCHAR" property="merchantName"/> |
|
|
|
<result column="brand" jdbcType="VARCHAR" property="brand"/> |
|
|
|
|