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.
16 lines
780 B
16 lines
780 B
4 years ago
|
<?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.AlCollectionMapper">
|
||
|
|
||
|
<!-- 通用查询映射结果 -->
|
||
|
<resultMap id="BaseResultMap" type="com.daqing.framework.domain.guarantee.AlCollection">
|
||
|
<id column="id" property="id" />
|
||
|
<result column="insurance_id" property="insuranceId" />
|
||
|
<result column="collection_method" property="collectionMethod" />
|
||
|
<result column="collection_time" property="collectionTime" />
|
||
|
<result column="collection_feedback" property="collectionFeedback" />
|
||
|
<result column="enclosure_file" property="enclosureFile" />
|
||
|
</resultMap>
|
||
|
|
||
|
</mapper>
|