feiyu02
2026-01-19 b992b368da14ccd6b5f8c45496eaff7f3003ca8a
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
33
34
35
36
37
38
<?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.UserSettingMapper" >
  <resultMap id="BaseResultMap" type="cn.flightfeather.supervision.domain.entity.UserSetting" >
    <!--
      WARNING - @mbg.generated
    -->
    <id column="id" property="id" jdbcType="INTEGER" />
    <result column="User_Type_Id" property="userTypeId" jdbcType="INTEGER" />
    <result column="User_Type" property="userType" jdbcType="VARCHAR" />
    <result column="User_SubType_Id" property="userSubtypeId" jdbcType="INTEGER" />
    <result column="User_SubType" property="userSubtype" jdbcType="VARCHAR" />
    <result column="Province_Code" property="provinceCode" jdbcType="VARCHAR" />
    <result column="Province_Name" property="provinceName" jdbcType="VARCHAR" />
    <result column="City_Code" property="cityCode" jdbcType="VARCHAR" />
    <result column="City_Name" property="cityName" jdbcType="VARCHAR" />
    <result column="District_Code" property="districtCode" jdbcType="VARCHAR" />
    <result column="District_Name" property="districtName" jdbcType="VARCHAR" />
    <result column="Town_Code" property="townCode" jdbcType="VARCHAR" />
    <result column="Town_Name" property="townName" jdbcType="VARCHAR" />
    <result column="Area_Code" property="areaCode" jdbcType="VARCHAR" />
    <result column="Area" property="area" jdbcType="VARCHAR" />
    <result column="Management_Company_Id" property="managementCompanyId" jdbcType="VARCHAR" />
    <result column="Management_Company" property="managementCompany" jdbcType="VARCHAR" />
    <result column="scene_type_id" property="sceneTypeId" jdbcType="INTEGER" />
    <result column="ledger_deadline" property="ledgerDeadline" jdbcType="INTEGER" />
    <result column="self_patrol_promise" property="selfPatrolPromise" jdbcType="BIT" />
  </resultMap>
  <sql id="Base_Column_List" >
    <!--
      WARNING - @mbg.generated
    -->
    id, User_Type_Id, User_Type, User_SubType_Id, User_SubType, Province_Code, Province_Name, 
    City_Code, City_Name, District_Code, District_Name, Town_Code, Town_Name, Area_Code, 
    Area, Management_Company_Id, Management_Company, scene_type_id, ledger_deadline, 
    self_patrol_promise
  </sql>
</mapper>