liujie
11 小时以前 281c6016ab0ea5b2eeecb9167d9ee690b6fdac1f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?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.ruoyi.system.mapper.TbBuyerCompanyInfoMapper">
 
    <!-- 通用查询映射结果 -->
    <resultMap id="BaseResultMap" type="com.ruoyi.system.model.TbBuyerCompanyInfo">
        <id column="id" property="id" />
        <result column="order_id" property="orderId" />
        <result column="legal_person_img" property="legalPersonImg" />
        <result column="need_rename" property="needRename" />
        <result column="new_name" property="newName" />
        <result column="backups_name" property="backupsName" />
        <result column="backups_name_one" property="backupsNameOne" />
        <result column="backups_name_two" property="backupsNameTwo" />
        <result column="registered_capital" property="registeredCapital" />
        <result column="account_type" property="accountType" />
        <result column="address" property="address" />
        <result column="new_district" property="newDistrict" />
        <result column="tenancy_agreement" property="tenancyAgreement" />
        <result column="property_ownership_certificate" property="propertyOwnershipCertificate" />
        <result column="account" property="account" />
        <result column="password" property="password" />
        <result column="business_scope" property="businessScope" />
        <result column="remark" property="remark" />
        <result column="create_time" property="createTime" />
    </resultMap>
 
</mapper>