|
@@ -1,55 +0,0 @@
|
|
|
-<?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.fnc.dao.InsPlyMainMapper">
|
|
|
|
|
-
|
|
|
|
|
- <!-- 通用查询映射结果 -->
|
|
|
|
|
- <resultMap id="BaseResultMap" type="com.ydtech.modules.fnc.entity.InsPlyMain">
|
|
|
|
|
- <id column="policyno" property="policyno" />
|
|
|
|
|
- <result column="batchno" property="batchno" />
|
|
|
|
|
- <result column="orderno" property="orderno" />
|
|
|
|
|
- <result column="dept_id" property="deptId" />
|
|
|
|
|
- <result column="user_id" property="userId" />
|
|
|
|
|
- <result column="riskcode" property="riskcode" />
|
|
|
|
|
- <result column="pay_date" property="payDate" />
|
|
|
|
|
- <result column="start_date" property="startDate" />
|
|
|
|
|
- <result column="end_date" property="endDate" />
|
|
|
|
|
- <result column="company_id" property="companyId" />
|
|
|
|
|
- <result column="agreement_id" property="agreementId" />
|
|
|
|
|
- <result column="licenseno" property="licenseno" />
|
|
|
|
|
- <result column="applyname" property="applyname" />
|
|
|
|
|
- <result column="applyphone" property="applyphone" />
|
|
|
|
|
- <result column="insurername" property="insurername" />
|
|
|
|
|
- <result column="insurerphone" property="insurerphone" />
|
|
|
|
|
- <result column="taxamount" property="taxamount" />
|
|
|
|
|
- <result column="premium" property="premium" />
|
|
|
|
|
- <result column="no_tax_premium" property="noTaxPremium" />
|
|
|
|
|
- <result column="commission_feerate" property="commissionFeerate" />
|
|
|
|
|
- <result column="other_feerate" property="otherFeerate" />
|
|
|
|
|
- <result column="commission_feevalue" property="commissionFeevalue" />
|
|
|
|
|
- <result column="other_feevalue" property="otherFeevalue" />
|
|
|
|
|
- <result column="all_fee_value" property="allFeeValue" />
|
|
|
|
|
- <result column="first_dept_proportion" property="firstDeptProportion" />
|
|
|
|
|
- <result column="first_dept_premiums" property="firstDeptPremiums" />
|
|
|
|
|
- <result column="second_dept_proportion" property="secondDeptProportion" />
|
|
|
|
|
- <result column="second_dept_premiums" property="secondDeptPremiums" />
|
|
|
|
|
- <result column="third_dept_proportion" property="thirdDeptProportion" />
|
|
|
|
|
- <result column="third_dept_premiums" property="thirdDeptPremiums" />
|
|
|
|
|
- <result column="forth_dept_proportion" property="forthDeptProportion" />
|
|
|
|
|
- <result column="forth_dept_premiums" property="forthDeptPremiums" />
|
|
|
|
|
- <result column="fifth_dept_proportion" property="fifthDeptProportion" />
|
|
|
|
|
- <result column="fifth_dept_premiums" property="fifthDeptPremiums" />
|
|
|
|
|
- <result column="first_detail_proportion" property="firstDetailProportion" />
|
|
|
|
|
- <result column="first_detail_premiums" property="firstDetailPremiums" />
|
|
|
|
|
- <result column="second_detail_proportion" property="secondDetailProportion" />
|
|
|
|
|
- <result column="second_detail_premiums" property="secondDetailPremiums" />
|
|
|
|
|
- <result column="third_detail_proportion" property="thirdDetailProportion" />
|
|
|
|
|
- <result column="third_detail_premiums" property="thirdDetailPremiums" />
|
|
|
|
|
- <result column="user_fee_proportion" property="userFeeProportion" />
|
|
|
|
|
- <result column="user_feel_premiums" property="userFeelPremiums" />
|
|
|
|
|
- <result column="creator" property="creator" />
|
|
|
|
|
- <result column="createtime" property="createtime" />
|
|
|
|
|
- <result column="updateuser" property="updateuser" />
|
|
|
|
|
- <result column="updatetime" property="updatetime" />
|
|
|
|
|
- </resultMap>
|
|
|
|
|
-
|
|
|
|
|
-</mapper>
|
|
|