| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE mapper
- PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
- "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
- <mapper namespace="com.ydtech.modules.protocol.dao.PtlAgreementProductCostsMapper">
- <resultMap id="BaseResultMap" type="com.ydtech.modules.protocol.entity.po.PtlAgreementProductCosts">
- <id property="id" column="id" jdbcType="BIGINT"/>
- <result property="agreementId" column="agreement_id" jdbcType="BIGINT"/>
- <result property="productId" column="product_id" jdbcType="VARCHAR"/>
- <result property="productName" column="product_name" jdbcType="VARCHAR"/>
- <result property="costsDescription" column="costs_description" jdbcType="VARCHAR"/>
- <result property="costsStartDate" column="costs_start_date" jdbcType="TIMESTAMP"/>
- <result property="costsEndDate" column="costs_end_date" jdbcType="TIMESTAMP"/>
- <result property="jqSpilloverPremiums" column="jq_spillover_premiums" jdbcType="VARCHAR"/>
- <result property="jqSpilloverProportion" column="jq_spillover_proportion" jdbcType="VARCHAR"/>
- <result property="jqNewCarCostsProportion" column="jq_new_car_costs_proportion" jdbcType="VARCHAR"/>
- <result property="jqOldCarCostsProportion" column="jq_old_car_costs_proportion" jdbcType="VARCHAR"/>
- <result property="jqCostsProportion" column="jq_costs_proportion" jdbcType="VARCHAR"/>
- <result property="jqCostsLevel" column="jq_costs_level" jdbcType="VARCHAR"/>
- <result property="jqNewCarOtherCostsProportion" column="jq_new_car_other_costs_proportion" jdbcType="VARCHAR"/>
- <result property="jqOldCarOtherCostsProportion" column="jq_old_car_other_costs_proportion" jdbcType="VARCHAR"/>
- <result property="sySpilloverPremiums" column="sy_spillover_premiums" jdbcType="VARCHAR"/>
- <result property="sySpilloverProportion" column="sy_spillover_proportion" jdbcType="VARCHAR"/>
- <result property="syNewCarCostsProportion" column="sy_new_car_costs_proportion" jdbcType="VARCHAR"/>
- <result property="syOldCarCostsProportion" column="sy_old_car_costs_proportion" jdbcType="VARCHAR"/>
- <result property="syCostsProportion" column="sy_costs_proportion" jdbcType="VARCHAR"/>
- <result property="syCostsLevel" column="sy_costs_level" jdbcType="VARCHAR"/>
- <result property="syNewCarOtherCostsProportion" column="sy_new_car_other_costs_proportion" jdbcType="VARCHAR"/>
- <result property="syOldCarOtherCostsProportion" column="sy_old_car_other_costs_proportion" jdbcType="VARCHAR"/>
- <result property="transfer" column="transfer" jdbcType="TINYINT"/>
- <result property="oldAndNew" column="old_and_new" jdbcType="TINYINT"/>
- <result property="newEnergy" column="new_energy" jdbcType="TINYINT"/>
- <result property="renewal" column="renewal" jdbcType="TINYINT"/>
- <result property="vehicleCategory" column="vehicle_category" jdbcType="VARCHAR"/>
- <result property="natureOfUse" column="nature_of_use" jdbcType="VARCHAR"/>
- <result property="minSeats" column="min_seats" jdbcType="INTEGER"/>
- <result property="maxSeats" column="max_seats" jdbcType="INTEGER"/>
- <result property="minTruckTonnage" column="min_truck_tonnage" jdbcType="INTEGER"/>
- <result property="maxTruckTonnage" column="max_truck_tonnage" jdbcType="INTEGER"/>
- <result property="minPurchasePrice" column="min_purchase_price" jdbcType="INTEGER"/>
- <result property="maxPurchasePrice" column="max_purchase_price" jdbcType="INTEGER"/>
- <result property="minApprovedLoadCapacity" column="min_approved_load_capacity" jdbcType="INTEGER"/>
- <result property="maxApprovedLoadCapacity" column="max_approved_load_capacity" jdbcType="INTEGER"/>
- <result property="minCompulsoryInsurancePremium" column="min_compulsory_insurance_premium" jdbcType="INTEGER"/>
- <result property="maxCompulsoryInsurancePremium" column="max_compulsory_insurance_premium" jdbcType="INTEGER"/>
- <result property="minTaxAmount" column="min_tax_amount" jdbcType="INTEGER"/>
- <result property="maxTaxAmount" column="max_tax_amount" jdbcType="INTEGER"/>
- <result property="minTheThreePremium" column="min_the_three_premium" jdbcType="INTEGER"/>
- <result property="maxTheThreePremium" column="max_the_three_premium" jdbcType="INTEGER"/>
- <result property="minOnboardProductsPremium" column="min_onboard_products_premium" jdbcType="INTEGER"/>
- <result property="maxOnboardProductsPremium" column="max_onboard_products_premium" jdbcType="INTEGER"/>
- <result property="minCommercialInsuranceDiscount" column="min_commercial_insurance_discount" jdbcType="INTEGER"/>
- <result property="maxCommercialInsuranceDiscount" column="max_commercial_insurance_discount" jdbcType="INTEGER"/>
- <result property="minCompulsoryInsuranceDiscount" column="min_compulsory_insurance_discount" jdbcType="INTEGER"/>
- <result property="maxCompulsoryInsuranceDiscount" column="max_compulsory_insurance_discount" jdbcType="INTEGER"/>
- <result property="minScore" column="min_score" jdbcType="INTEGER"/>
- <result property="maxScore" column="max_score" jdbcType="INTEGER"/>
- <result property="minLossRation" column="min_loss_ration" jdbcType="INTEGER"/>
- <result property="maxLossRation" column="max_loss_ration" jdbcType="INTEGER"/>
- <result property="licenseNumber" column="license_number" jdbcType="VARCHAR"/>
- </resultMap>
- <sql id="Base_Column_List">
- id,agreement_id,product_id,
- product_name,
- jq_spillover_premiums,jq_spillover_proportion,
- jq_new_car_costs_proportion,jq_old_car_costs_proportion,jq_costs_proportion,
- jq_costs_level,jq_new_car_other_costs_proportion,jq_old_car_other_costs_proportion,
- sy_spillover_premiums,
- sy_spillover_proportion,sy_new_car_costs_proportion,sy_old_car_costs_proportion,
- sy_costs_proportion,sy_costs_level,sy_new_car_other_costs_proportion,
- sy_old_car_other_costs_proportion,transfer,old_and_new,
- new_energy,renewal,vehicle_category,
- nature_of_use,min_seats,max_seats,
- min_truck_tonnage,max_truck_tonnage,min_purchase_price,
- max_purchase_price,min_approved_load_capacity,max_approved_load_capacity,
- min_compulsory_insurance_premium,max_compulsory_insurance_premium,min_tax_amount,
- max_tax_amount,min_the_three_premium,max_the_three_premium,
- min_onboard_products_premium,max_onboard_products_premium,min_commercial_insurance_discount,
- max_commercial_insurance_discount,min_compulsory_insurance_discount,max_compulsory_insurance_discount,
- min_score,max_score,min_loss_ration,
- max_loss_ration,license_number,costs_description,costs_start_date,
- costs_end_date
- </sql>
- </mapper>
|