<?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.UserConfigMapper" >
|
<resultMap id="BaseResultMap" type="cn.flightfeather.supervision.domain.entity.UserConfig" >
|
<!--
|
WARNING - @mbg.generated
|
-->
|
<id column="UC_Id" property="ucId" jdbcType="INTEGER" />
|
<result column="UC_User_Type_Id" property="ucUserTypeId" jdbcType="INTEGER" />
|
<result column="UC_User_Type" property="ucUserType" jdbcType="VARCHAR" />
|
<result column="UC_User_SubType_Id" property="ucUserSubtypeId" jdbcType="INTEGER" />
|
<result column="UC_User_SubType" property="ucUserSubtype" jdbcType="VARCHAR" />
|
<result column="UC_Province_Code" property="ucProvinceCode" jdbcType="VARCHAR" />
|
<result column="UC_Province_Name" property="ucProvinceName" jdbcType="VARCHAR" />
|
<result column="UC_City_Code" property="ucCityCode" jdbcType="VARCHAR" />
|
<result column="UC_City_Name" property="ucCityName" jdbcType="VARCHAR" />
|
<result column="UC_District_Code" property="ucDistrictCode" jdbcType="VARCHAR" />
|
<result column="UC_District_Name" property="ucDistrictName" jdbcType="VARCHAR" />
|
<result column="UC_Town_Code" property="ucTownCode" jdbcType="VARCHAR" />
|
<result column="UC_Town_Name" property="ucTownName" jdbcType="VARCHAR" />
|
<result column="UC_Area_Code" property="ucAreaCode" jdbcType="VARCHAR" />
|
<result column="UC_Area" property="ucArea" jdbcType="VARCHAR" />
|
<result column="UC_Management_Company_Id" property="ucManagementCompanyId" jdbcType="VARCHAR" />
|
<result column="UC_Management_Company" property="ucManagementCompany" jdbcType="VARCHAR" />
|
<result column="UC_Scene_Range" property="ucSceneRange" jdbcType="VARCHAR" />
|
<result column="UC_Extension1" property="ucExtension1" jdbcType="VARCHAR" />
|
<result column="UC_Extension2" property="ucExtension2" jdbcType="VARCHAR" />
|
<result column="UC_Extension3" property="ucExtension3" jdbcType="VARCHAR" />
|
<result column="UC_Remark" property="ucRemark" jdbcType="VARCHAR" />
|
</resultMap>
|
<sql id="Base_Column_List" >
|
<!--
|
WARNING - @mbg.generated
|
-->
|
UC_Id, UC_User_Type_Id, UC_User_Type, UC_User_SubType_Id, UC_User_SubType, UC_Province_Code,
|
UC_Province_Name, UC_City_Code, UC_City_Name, UC_District_Code, UC_District_Name,
|
UC_Town_Code, UC_Town_Name, UC_Area_Code, UC_Area, UC_Management_Company_Id, UC_Management_Company,
|
UC_Scene_Range, UC_Extension1, UC_Extension2, UC_Extension3, UC_Remark
|
</sql>
|
</mapper>
|