Kaynağa Gözat

[账单与合同][修改][Mapper整体修改数据类型:营业额、合同金额等]

release_toaliyun_real
gongbiao 7 yıl önce
ebeveyn
işleme
51eb9034c7
8 değiştirilmiş dosya ile 37 ekleme ve 37 silme
  1. +6
    -6
      mallinkService/src/main/resources/mapper/WxBillAllMapper.xml
  2. +3
    -3
      mallinkService/src/main/resources/mapper/WxBillDailyMapper.xml
  3. +5
    -5
      mallinkService/src/main/resources/mapper/WxBillDepositMapper.xml
  4. +4
    -4
      mallinkService/src/main/resources/mapper/WxBillOtherDepositMapper.xml
  5. +3
    -3
      mallinkService/src/main/resources/mapper/WxBillOtherMapper.xml
  6. +6
    -6
      mallinkService/src/main/resources/mapper/WxBillPropertyDepositMapper.xml
  7. +6
    -6
      mallinkService/src/main/resources/mapper/WxBillPropertyMapper.xml
  8. +4
    -4
      mallinkService/src/main/resources/mapper/WxBillRentMapper.xml

+ 6
- 6
mallinkService/src/main/resources/mapper/WxBillAllMapper.xml Dosyayı Görüntüle

@@ -11,18 +11,18 @@


<result column="billTypeValue" jdbcType="INTEGER" property="billTypeValue"/> <result column="billTypeValue" jdbcType="INTEGER" property="billTypeValue"/>
<result column="billType" jdbcType="VARCHAR" property="billType"/> <result column="billType" jdbcType="VARCHAR" property="billType"/>
<result column="needPay" jdbcType="INTEGER" property="needPay" />
<result column="needPay" jdbcType="BIGINT" property="needPay"/>


<result column="merchantName" jdbcType="VARCHAR" property="merchantName" /> <result column="merchantName" jdbcType="VARCHAR" property="merchantName" />
<result column="rentShopType" jdbcType="INTEGER" property="rentShopType"/> <result column="rentShopType" jdbcType="INTEGER" property="rentShopType"/>
<result column="receiveDate" jdbcType="TIMESTAMP" property="receiveDate" /> <result column="receiveDate" jdbcType="TIMESTAMP" property="receiveDate" />
<result column="expiredDay" jdbcType="INTEGER" property="expiredDay" /> <result column="expiredDay" jdbcType="INTEGER" property="expiredDay" />
<result column="status" jdbcType="INTEGER" property="status" /> <result column="status" jdbcType="INTEGER" property="status" />
<result column="receivePay" jdbcType="INTEGER" property="receivePay" />
<result column="owe" jdbcType="INTEGER" property="owe" />
<result column="pay" jdbcType="INTEGER" property="pay" />
<result column="receivePay" jdbcType="BIGINT" property="receivePay"/>
<result column="owe" jdbcType="BIGINT" property="owe"/>
<result column="pay" jdbcType="BIGINT" property="pay"/>
<result column="payDate" jdbcType="TIMESTAMP" property="payDate" /> <result column="payDate" jdbcType="TIMESTAMP" property="payDate" />
<result column="starttime" jdbcType="TIMESTAMP" property="starttime" /> <result column="starttime" jdbcType="TIMESTAMP" property="starttime" />
<result column="endtime" jdbcType="TIMESTAMP" property="endtime" /> <result column="endtime" jdbcType="TIMESTAMP" property="endtime" />


+ 3
- 3
mallinkService/src/main/resources/mapper/WxBillDailyMapper.xml Dosyayı Görüntüle

@@ -3,14 +3,14 @@
<mapper namespace="com.iformall.mapper.WxBillDailyMapper"> <mapper namespace="com.iformall.mapper.WxBillDailyMapper">
<resultMap id="BaseResultMap" type="com.iformall.domain.po.WxBillDaily"> <resultMap id="BaseResultMap" type="com.iformall.domain.po.WxBillDaily">
<id column="id" jdbcType="BIGINT" property="id" /> <id column="id" jdbcType="BIGINT" property="id" />
<result column="receive_pay" jdbcType="INTEGER" property="receivePay" />
<result column="pay" jdbcType="INTEGER" property="pay" />
<result column="receive_pay" jdbcType="BIGINT" property="receivePay"/>
<result column="pay" jdbcType="BIGINT" property="pay"/>
<result column="receive_date" jdbcType="TIMESTAMP" property="receiveDate" /> <result column="receive_date" jdbcType="TIMESTAMP" property="receiveDate" />
<result column="pay_date" jdbcType="TIMESTAMP" property="payDate" /> <result column="pay_date" jdbcType="TIMESTAMP" property="payDate" />
<result column="createtime" jdbcType="TIMESTAMP" property="createtime" /> <result column="createtime" jdbcType="TIMESTAMP" property="createtime" />
<result column="expired_day" jdbcType="INTEGER" property="expiredDay" /> <result column="expired_day" jdbcType="INTEGER" property="expiredDay" />
<result column="tenant_id" jdbcType="VARCHAR" property="tenantId" /> <result column="tenant_id" jdbcType="VARCHAR" property="tenantId" />
<result column="owe" jdbcType="INTEGER" property="owe" />
<result column="owe" jdbcType="BIGINT" property="owe"/>
<result column="status" jdbcType="INTEGER" property="status" /> <result column="status" jdbcType="INTEGER" property="status" />
<result column="is_del" jdbcType="INTEGER" property="isDel" /> <result column="is_del" jdbcType="INTEGER" property="isDel" />
<result column="merchant_id" jdbcType="BIGINT" property="merchantId" /> <result column="merchant_id" jdbcType="BIGINT" property="merchantId" />


+ 5
- 5
mallinkService/src/main/resources/mapper/WxBillDepositMapper.xml Dosyayı Görüntüle

@@ -4,23 +4,23 @@
<resultMap id="BaseResultMap" type="com.iformall.domain.po.WxBillDeposit"> <resultMap id="BaseResultMap" type="com.iformall.domain.po.WxBillDeposit">
<id column="id" jdbcType="BIGINT" property="id" /> <id column="id" jdbcType="BIGINT" property="id" />
<result column="rent_contract_id" jdbcType="BIGINT" property="rentContractId" /> <result column="rent_contract_id" jdbcType="BIGINT" property="rentContractId" />
<result column="receive_pay" jdbcType="INTEGER" property="receivePay" />
<result column="pay" jdbcType="INTEGER" property="pay" />
<result column="receive_pay" jdbcType="BIGINT" property="receivePay"/>
<result column="pay" jdbcType="BIGINT" property="pay"/>
<result column="receive_date" jdbcType="TIMESTAMP" property="receiveDate" /> <result column="receive_date" jdbcType="TIMESTAMP" property="receiveDate" />
<result column="pay_date" jdbcType="TIMESTAMP" property="payDate" /> <result column="pay_date" jdbcType="TIMESTAMP" property="payDate" />
<result column="createtime" jdbcType="TIMESTAMP" property="createtime" /> <result column="createtime" jdbcType="TIMESTAMP" property="createtime" />
<result column="expired_day" jdbcType="BIGINT" property="expiredDay" /> <result column="expired_day" jdbcType="BIGINT" property="expiredDay" />
<result column="tenant_id" jdbcType="VARCHAR" property="tenantId" /> <result column="tenant_id" jdbcType="VARCHAR" property="tenantId" />
<result column="owe" jdbcType="INTEGER" property="owe" />
<result column="owe" jdbcType="BIGINT" property="owe"/>
<result column="status" jdbcType="INTEGER" property="status" /> <result column="status" jdbcType="INTEGER" property="status" />
<result column="is_del" jdbcType="INTEGER" property="isDel" /> <result column="is_del" jdbcType="INTEGER" property="isDel" />
<result column="need_pay" jdbcType="INTEGER" property="needPay" />
<result column="need_pay" jdbcType="BIGINT" property="needPay"/>
<result column="merchant_id" jdbcType="BIGINT" property="merchantId" /> <result column="merchant_id" jdbcType="BIGINT" property="merchantId" />
<result column="user_id" jdbcType="BIGINT" property="userId" /> <result column="user_id" jdbcType="BIGINT" property="userId" />
<result column="shop_id" jdbcType="BIGINT" property="shopId" /> <result column="shop_id" jdbcType="BIGINT" property="shopId" />
<result column="updatetime" jdbcType="TIMESTAMP" property="updatetime" /> <result column="updatetime" jdbcType="TIMESTAMP" property="updatetime" />
<result column="rent_shop_type" jdbcType="INTEGER" property="rentShopType"/> <result column="rent_shop_type" jdbcType="INTEGER" property="rentShopType"/>
<result column="return_price" jdbcType="INTEGER" property="returnPrice"/>
<result column="return_price" jdbcType="BIGINT" property="returnPrice"/>
<result column="pay_way" jdbcType="INTEGER" property="payWay"/> <result column="pay_way" jdbcType="INTEGER" property="payWay"/>
</resultMap> </resultMap>


+ 4
- 4
mallinkService/src/main/resources/mapper/WxBillOtherDepositMapper.xml Dosyayı Görüntüle

@@ -3,14 +3,14 @@
<mapper namespace="com.iformall.mapper.WxBillOtherDepositMapper"> <mapper namespace="com.iformall.mapper.WxBillOtherDepositMapper">
<resultMap id="BaseResultMap" type="com.iformall.domain.po.WxBillOtherDeposit"> <resultMap id="BaseResultMap" type="com.iformall.domain.po.WxBillOtherDeposit">
<id column="id" jdbcType="BIGINT" property="id"/> <id column="id" jdbcType="BIGINT" property="id"/>
<result column="receive_pay" jdbcType="INTEGER" property="receivePay"/>
<result column="pay" jdbcType="INTEGER" property="pay"/>
<result column="receive_pay" jdbcType="BIGINT" property="receivePay"/>
<result column="pay" jdbcType="BIGINT" property="pay"/>
<result column="receive_date" jdbcType="TIMESTAMP" property="receiveDate"/> <result column="receive_date" jdbcType="TIMESTAMP" property="receiveDate"/>
<result column="pay_date" jdbcType="TIMESTAMP" property="payDate"/> <result column="pay_date" jdbcType="TIMESTAMP" property="payDate"/>
<result column="createtime" jdbcType="TIMESTAMP" property="createtime"/> <result column="createtime" jdbcType="TIMESTAMP" property="createtime"/>
<result column="expired_day" jdbcType="INTEGER" property="expiredDay"/> <result column="expired_day" jdbcType="INTEGER" property="expiredDay"/>
<result column="tenant_id" jdbcType="VARCHAR" property="tenantId"/> <result column="tenant_id" jdbcType="VARCHAR" property="tenantId"/>
<result column="owe" jdbcType="INTEGER" property="owe"/>
<result column="owe" jdbcType="BIGINT" property="owe"/>
<result column="status" jdbcType="INTEGER" property="status"/> <result column="status" jdbcType="INTEGER" property="status"/>
<result column="is_del" jdbcType="INTEGER" property="isDel"/> <result column="is_del" jdbcType="INTEGER" property="isDel"/>
<result column="merchant_id" jdbcType="BIGINT" property="merchantId"/> <result column="merchant_id" jdbcType="BIGINT" property="merchantId"/>
@@ -20,7 +20,7 @@
<result column="name" jdbcType="VARCHAR" property="name"/> <result column="name" jdbcType="VARCHAR" property="name"/>
<result column="comments" jdbcType="VARCHAR" property="comments"/> <result column="comments" jdbcType="VARCHAR" property="comments"/>
<result column="rent_shop_type" jdbcType="INTEGER" property="rentShopType"/> <result column="rent_shop_type" jdbcType="INTEGER" property="rentShopType"/>
<result column="return_price" jdbcType="INTEGER" property="returnPrice"/>
<result column="return_price" jdbcType="BIGINT" property="returnPrice"/>
<result column="pay_way" jdbcType="INTEGER" property="payWay"/> <result column="pay_way" jdbcType="INTEGER" property="payWay"/>
</resultMap> </resultMap>


+ 3
- 3
mallinkService/src/main/resources/mapper/WxBillOtherMapper.xml Dosyayı Görüntüle

@@ -3,14 +3,14 @@
<mapper namespace="com.iformall.mapper.WxBillOtherMapper"> <mapper namespace="com.iformall.mapper.WxBillOtherMapper">
<resultMap id="BaseResultMap" type="com.iformall.domain.po.WxBillOther"> <resultMap id="BaseResultMap" type="com.iformall.domain.po.WxBillOther">
<id column="id" jdbcType="BIGINT" property="id" /> <id column="id" jdbcType="BIGINT" property="id" />
<result column="receive_pay" jdbcType="INTEGER" property="receivePay" />
<result column="pay" jdbcType="INTEGER" property="pay" />
<result column="receive_pay" jdbcType="BIGINT" property="receivePay"/>
<result column="pay" jdbcType="BIGINT" property="pay"/>
<result column="receive_date" jdbcType="TIMESTAMP" property="receiveDate" /> <result column="receive_date" jdbcType="TIMESTAMP" property="receiveDate" />
<result column="pay_date" jdbcType="TIMESTAMP" property="payDate" /> <result column="pay_date" jdbcType="TIMESTAMP" property="payDate" />
<result column="createtime" jdbcType="TIMESTAMP" property="createtime" /> <result column="createtime" jdbcType="TIMESTAMP" property="createtime" />
<result column="expired_day" jdbcType="INTEGER" property="expiredDay" /> <result column="expired_day" jdbcType="INTEGER" property="expiredDay" />
<result column="tenant_id" jdbcType="VARCHAR" property="tenantId" /> <result column="tenant_id" jdbcType="VARCHAR" property="tenantId" />
<result column="owe" jdbcType="INTEGER" property="owe" />
<result column="owe" jdbcType="BIGINT" property="owe"/>
<result column="status" jdbcType="INTEGER" property="status" /> <result column="status" jdbcType="INTEGER" property="status" />
<result column="is_del" jdbcType="INTEGER" property="isDel" /> <result column="is_del" jdbcType="INTEGER" property="isDel" />
<result column="merchant_id" jdbcType="BIGINT" property="merchantId" /> <result column="merchant_id" jdbcType="BIGINT" property="merchantId" />


+ 6
- 6
mallinkService/src/main/resources/mapper/WxBillPropertyDepositMapper.xml Dosyayı Görüntüle

@@ -2,16 +2,16 @@
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.iformall.mapper.WxBillPropertyDepositMapper"> <mapper namespace="com.iformall.mapper.WxBillPropertyDepositMapper">
<resultMap id="BaseResultMap" type="com.iformall.domain.po.WxBillPropertyDeposit"> <resultMap id="BaseResultMap" type="com.iformall.domain.po.WxBillPropertyDeposit">
<id column="id" jdbcType="INTEGER" property="id" />
<result column="property_contract_id" jdbcType="INTEGER" property="propertyContractId" />
<result column="receive_pay" jdbcType="INTEGER" property="receivePay" />
<result column="pay" jdbcType="INTEGER" property="pay" />
<id column="id" jdbcType="BIGINT" property="id"/>
<result column="property_contract_id" jdbcType="BIGINT" property="propertyContractId"/>
<result column="receive_pay" jdbcType="BIGINT" property="receivePay"/>
<result column="pay" jdbcType="BIGINT" property="pay"/>
<result column="receive_date" jdbcType="TIMESTAMP" property="receiveDate" /> <result column="receive_date" jdbcType="TIMESTAMP" property="receiveDate" />
<result column="pay_date" jdbcType="TIMESTAMP" property="payDate" /> <result column="pay_date" jdbcType="TIMESTAMP" property="payDate" />
<result column="createtime" jdbcType="TIMESTAMP" property="createtime" /> <result column="createtime" jdbcType="TIMESTAMP" property="createtime" />
<result column="expired_day" jdbcType="INTEGER" property="expiredDay" /> <result column="expired_day" jdbcType="INTEGER" property="expiredDay" />
<result column="tenant_id" jdbcType="VARCHAR" property="tenantId" /> <result column="tenant_id" jdbcType="VARCHAR" property="tenantId" />
<result column="owe" jdbcType="INTEGER" property="owe" />
<result column="owe" jdbcType="BIGINT" property="owe"/>
<result column="status" jdbcType="INTEGER" property="status" /> <result column="status" jdbcType="INTEGER" property="status" />
<result column="is_del" jdbcType="INTEGER" property="isDel" /> <result column="is_del" jdbcType="INTEGER" property="isDel" />
<result column="need_pay" jdbcType="INTEGER" property="needPay" /> <result column="need_pay" jdbcType="INTEGER" property="needPay" />
@@ -20,7 +20,7 @@
<result column="shop_id" jdbcType="INTEGER" property="shopId" /> <result column="shop_id" jdbcType="INTEGER" property="shopId" />
<result column="updatetime" jdbcType="TIMESTAMP" property="updatetime" /> <result column="updatetime" jdbcType="TIMESTAMP" property="updatetime" />
<result column="rent_shop_type" jdbcType="INTEGER" property="rentShopType"/> <result column="rent_shop_type" jdbcType="INTEGER" property="rentShopType"/>
<result column="return_price" jdbcType="INTEGER" property="returnPrice"/>
<result column="return_price" jdbcType="BIGINT" property="returnPrice"/>
<result column="shop_info" jdbcType="VARCHAR" property="shopInfo"/> <result column="shop_info" jdbcType="VARCHAR" property="shopInfo"/>
<result column="pay_way" jdbcType="INTEGER" property="payWay"/> <result column="pay_way" jdbcType="INTEGER" property="payWay"/>


+ 6
- 6
mallinkService/src/main/resources/mapper/WxBillPropertyMapper.xml Dosyayı Görüntüle

@@ -4,26 +4,26 @@
<resultMap id="BaseResultMap" type="com.iformall.domain.po.WxBillProperty"> <resultMap id="BaseResultMap" type="com.iformall.domain.po.WxBillProperty">
<id column="id" jdbcType="INTEGER" property="id" /> <id column="id" jdbcType="INTEGER" property="id" />
<result column="property_contract_id" jdbcType="INTEGER" property="propertyContractId" /> <result column="property_contract_id" jdbcType="INTEGER" property="propertyContractId" />
<result column="receive_pay" jdbcType="INTEGER" property="receivePay" />
<result column="pay" jdbcType="INTEGER" property="pay" />
<result column="receive_pay" jdbcType="BIGINT" property="receivePay"/>
<result column="pay" jdbcType="BIGINT" property="pay"/>
<result column="receive_date" jdbcType="TIMESTAMP" property="receiveDate" /> <result column="receive_date" jdbcType="TIMESTAMP" property="receiveDate" />
<result column="pay_date" jdbcType="TIMESTAMP" property="payDate" /> <result column="pay_date" jdbcType="TIMESTAMP" property="payDate" />
<result column="createtime" jdbcType="TIMESTAMP" property="createtime" /> <result column="createtime" jdbcType="TIMESTAMP" property="createtime" />
<result column="expired_day" jdbcType="INTEGER" property="expiredDay" /> <result column="expired_day" jdbcType="INTEGER" property="expiredDay" />
<result column="tenant_id" jdbcType="VARCHAR" property="tenantId" /> <result column="tenant_id" jdbcType="VARCHAR" property="tenantId" />
<result column="owe" jdbcType="INTEGER" property="owe" />
<result column="owe" jdbcType="BIGINT" property="owe"/>
<result column="status" jdbcType="INTEGER" property="status" /> <result column="status" jdbcType="INTEGER" property="status" />
<result column="is_del" jdbcType="INTEGER" property="isDel" /> <result column="is_del" jdbcType="INTEGER" property="isDel" />
<result column="need_pay" jdbcType="INTEGER" property="needPay" />
<result column="need_pay" jdbcType="BIGINT" property="needPay"/>
<result column="merchant_id" jdbcType="INTEGER" property="merchantId" /> <result column="merchant_id" jdbcType="INTEGER" property="merchantId" />
<result column="user_id" jdbcType="INTEGER" property="userId" /> <result column="user_id" jdbcType="INTEGER" property="userId" />
<result column="shop_id" jdbcType="INTEGER" property="shopId" /> <result column="shop_id" jdbcType="INTEGER" property="shopId" />
<result column="updatetime" jdbcType="TIMESTAMP" property="updatetime" /> <result column="updatetime" jdbcType="TIMESTAMP" property="updatetime" />
<result column="rent_shop_type" jdbcType="INTEGER" property="rentShopType"/> <result column="rent_shop_type" jdbcType="INTEGER" property="rentShopType"/>
<result column="revenue" jdbcType="INTEGER" property="revenue"/>
<result column="revenue" jdbcType="BIGINT" property="revenue"/>
<result column="late_pay_ratio" jdbcType="INTEGER" property="latePayRatio"/> <result column="late_pay_ratio" jdbcType="INTEGER" property="latePayRatio"/>
<result column="late_pay_time" jdbcType="TIMESTAMP" property="latePayTime"/> <result column="late_pay_time" jdbcType="TIMESTAMP" property="latePayTime"/>
<result column="late_pay_price" jdbcType="INTEGER" property="latePayPrice"/>
<result column="late_pay_price" jdbcType="BIGINT" property="latePayPrice"/>
<result column="period" jdbcType="INTEGER" property="period"/> <result column="period" jdbcType="INTEGER" property="period"/>
<result column="is_preview" property="isPreview"/> <result column="is_preview" property="isPreview"/>
<result column="shop_info" jdbcType="VARCHAR" property="shopInfo"/> <result column="shop_info" jdbcType="VARCHAR" property="shopInfo"/>


+ 4
- 4
mallinkService/src/main/resources/mapper/WxBillRentMapper.xml Dosyayı Görüntüle

@@ -4,8 +4,8 @@
<resultMap id="BaseResultMap" type="com.iformall.domain.po.WxBillRent"> <resultMap id="BaseResultMap" type="com.iformall.domain.po.WxBillRent">
<id column="id" jdbcType="BIGINT" property="id"/> <id column="id" jdbcType="BIGINT" property="id"/>
<result column="rent_contract_id" jdbcType="BIGINT" property="rentContractId"/> <result column="rent_contract_id" jdbcType="BIGINT" property="rentContractId"/>
<result column="receive_pay" jdbcType="INTEGER" property="receivePay"/>
<result column="pay" jdbcType="INTEGER" property="pay"/>
<result column="receive_pay" jdbcType="BIGINT" property="receivePay"/>
<result column="pay" jdbcType="BIGINT" property="pay"/>
<result column="receive_date" jdbcType="TIMESTAMP" property="receiveDate"/> <result column="receive_date" jdbcType="TIMESTAMP" property="receiveDate"/>
<result column="pay_date" jdbcType="TIMESTAMP" property="payDate"/> <result column="pay_date" jdbcType="TIMESTAMP" property="payDate"/>
<result column="createtime" jdbcType="TIMESTAMP" property="createtime"/> <result column="createtime" jdbcType="TIMESTAMP" property="createtime"/>
@@ -14,7 +14,7 @@
<result column="owe" jdbcType="BIGINT" property="owe"/> <result column="owe" jdbcType="BIGINT" property="owe"/>
<result column="status" jdbcType="INTEGER" property="status"/> <result column="status" jdbcType="INTEGER" property="status"/>
<result column="is_del" jdbcType="INTEGER" property="isDel"/> <result column="is_del" jdbcType="INTEGER" property="isDel"/>
<result column="need_pay" jdbcType="INTEGER" property="needPay"/>
<result column="need_pay" jdbcType="BIGINT" property="needPay"/>
<result column="merchant_id" jdbcType="BIGINT" property="merchantId"/> <result column="merchant_id" jdbcType="BIGINT" property="merchantId"/>
<result column="user_id" jdbcType="BIGINT" property="userId"/> <result column="user_id" jdbcType="BIGINT" property="userId"/>
<result column="shop_id" jdbcType="BIGINT" property="shopId"/> <result column="shop_id" jdbcType="BIGINT" property="shopId"/>
@@ -23,7 +23,7 @@
<result column="revenue" jdbcType="INTEGER" property="revenue"/> <result column="revenue" jdbcType="INTEGER" property="revenue"/>
<result column="late_pay_ratio" jdbcType="INTEGER" property="latePayRatio"/> <result column="late_pay_ratio" jdbcType="INTEGER" property="latePayRatio"/>
<result column="late_pay_time" jdbcType="TIMESTAMP" property="latePayTime"/> <result column="late_pay_time" jdbcType="TIMESTAMP" property="latePayTime"/>
<result column="late_pay_price" jdbcType="INTEGER" property="latePayPrice"/>
<result column="late_pay_price" jdbcType="BIGINT" property="latePayPrice"/>
<result column="period" jdbcType="INTEGER" property="period"/> <result column="period" jdbcType="INTEGER" property="period"/>
<result column="is_preview" property="isPreview"/> <result column="is_preview" property="isPreview"/>
<result column="shop_info" jdbcType="VARCHAR" property="shopInfo"/> <result column="shop_info" jdbcType="VARCHAR" property="shopInfo"/>


Yükleniyor…
İptal
Kaydet