|
|
@@ -7,8 +7,8 @@ |
|
|
<result column="tenant_id" jdbcType="VARCHAR" property="tenantId"/> |
|
|
<result column="tenant_id" jdbcType="VARCHAR" property="tenantId"/> |
|
|
<result column="merchant_id" jdbcType="BIGINT" property="merchantId"/> |
|
|
<result column="merchant_id" jdbcType="BIGINT" property="merchantId"/> |
|
|
<result column="merchant_name" jdbcType="VARCHAR" property="merchantName"/> |
|
|
<result column="merchant_name" jdbcType="VARCHAR" property="merchantName"/> |
|
|
<result column="merchant_type" jdbcType="VARCHAR" property="merchantType"/> |
|
|
|
|
|
<result column="build_way" jdbcType="VARCHAR" property="buildway"/> |
|
|
|
|
|
|
|
|
<result column="merchant_type" jdbcType="INTEGER" property="merchantType"/> |
|
|
|
|
|
<result column="build_way" jdbcType="INTEGER" property="buildWay"/> |
|
|
<result column="price" jdbcType="VARCHAR" property="price"/> |
|
|
<result column="price" jdbcType="VARCHAR" property="price"/> |
|
|
<result column="create_date" jdbcType="TIMESTAMP" property="createDate"/> |
|
|
<result column="create_date" jdbcType="TIMESTAMP" property="createDate"/> |
|
|
<result column="update_date" jdbcType="TIMESTAMP" property="updateDate"/> |
|
|
<result column="update_date" jdbcType="TIMESTAMP" property="updateDate"/> |
|
|
|