feiyu02
2024-01-10 30a53b41f09d2eefd33513a409d472c2166ba1ea
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
29
30
31
32
<?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="cn.flightfeather.supervision.domain.ds2.mapper.BaseInfoMapper" >
  <resultMap id="BaseResultMap" type="cn.flightfeather.supervision.domain.ds2.entity.BaseInfo" >
    <!--
      WARNING - @mbg.generated
    -->
    <id column="BI_GUID" property="biGuid" jdbcType="VARCHAR" />
    <result column="BI_Name" property="biName" jdbcType="VARCHAR" />
    <result column="CI_GUID" property="ciGuid" jdbcType="VARCHAR" />
    <result column="CI_Name" property="ciName" jdbcType="VARCHAR" />
    <result column="BI_Management_Company_Id" property="biManagementCompanyId" jdbcType="VARCHAR" />
    <result column="BI_Management_Company" property="biManagementCompany" jdbcType="VARCHAR" />
    <result column="BI_Contact" property="biContact" jdbcType="VARCHAR" />
    <result column="BI_Telephone" property="biTelephone" jdbcType="VARCHAR" />
    <result column="BI_Address" property="biAddress" jdbcType="VARCHAR" />
    <result column="BI_Create_Time" property="biCreateTime" jdbcType="TIMESTAMP" />
    <result column="BI_Update_Time" property="biUpdateTime" jdbcType="TIMESTAMP" />
    <result column="BI_Extension1" property="biExtension1" jdbcType="VARCHAR" />
    <result column="BI_Extension2" property="biExtension2" jdbcType="VARCHAR" />
    <result column="BI_Extension3" property="biExtension3" jdbcType="VARCHAR" />
    <result column="BI_Remark" property="biRemark" jdbcType="VARCHAR" />
  </resultMap>
  <sql id="Base_Column_List" >
    <!--
      WARNING - @mbg.generated
    -->
    BI_GUID, BI_Name, CI_GUID, CI_Name, BI_Management_Company_Id, BI_Management_Company, 
    BI_Contact, BI_Telephone, BI_Address, BI_Create_Time, BI_Update_Time, BI_Extension1, 
    BI_Extension2, BI_Extension3, BI_Remark
  </sql>
</mapper>