You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
<?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.daqing.financial.guarantee.mapper.DgApplyAmountInfoMapper">
|
|
|
|
|
|
|
|
<!-- 通用查询映射结果 -->
|
|
|
|
<resultMap id="BaseResultMap" type="com.daqing.framework.domain.guarantee.DgApplyAmountInfo">
|
|
|
|
<id column="id" property="id" />
|
|
|
|
<result column="company_id" property="companyId" />
|
|
|
|
<result column="presenter_id" property="presenterId" />
|
|
|
|
<result column="apply_amount" property="applyAmount" />
|
|
|
|
<result column="apply_time" property="applyTime" />
|
|
|
|
<result column="bank" property="bank" />
|
|
|
|
<result column="amount_wide" property="amountWide" />
|
|
|
|
<result column="en_guarantee_measures" property="enGuaranteeMeasures" />
|
|
|
|
<result column="description" property="description" />
|
|
|
|
<result column="business_type" property="businessType" />
|
|
|
|
<result column="create_time" property="createTime" />
|
|
|
|
<result column="update_time" property="updateTime" />
|
|
|
|
</resultMap>
|
|
|
|
|
|
|
|
</mapper>
|