<?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.mapper.BaseInfoMapper" >
|
<resultMap id="BaseResultMap" type="cn.flightfeather.supervision.domain.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>
|