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.
23 lines
1.3 KiB
23 lines
1.3 KiB
<?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.DgEnclosureInfoMapper"> |
|
|
|
<!-- 通用查询映射结果 --> |
|
<resultMap id="BaseResultMap" type="com.daqing.framework.domain.guarantee.DgEnclosureInfo"> |
|
<id column="id" property="id" /> |
|
<result column="company_id" property="companyId" /> |
|
<result column="business_license" property="businessLicense" /> |
|
<result column="legal_card_copy" property="legalCardCopy" /> |
|
<result column="marriage_copy" property="marriageCopy" /> |
|
<result column="legal_copy" property="legalCopy" /> |
|
<result column="company_constitution" property="companyConstitution" /> |
|
<result column="accounting_firm" property="accountingFirm" /> |
|
<result column="company_credit" property="companyCredit" /> |
|
<result column="credit_report" property="creditReport" /> |
|
<result column="certificate_authorization" property="certificateAuthorization" /> |
|
<result column="tax_certificate" property="taxCertificate" /> |
|
<result column="meeting_minutes" property="meetingMinutes" /> |
|
<result column="assessment_report" property="assessmentReport" /> |
|
</resultMap> |
|
|
|
</mapper>
|
|
|