feiyu02
2024-08-15 196bb14112448857a885e32dc4149e308e00b01a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?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.DustSiteMapMapper">
  <resultMap id="BaseResultMap" type="cn.flightfeather.supervision.domain.entity.DustSiteMap">
    <!--
      WARNING - @mbg.generated
    -->
    <id column="Id" jdbcType="INTEGER" property="id" />
    <result column="TZ_User_Id" jdbcType="VARCHAR" property="tzUserId" />
    <result column="TZ_User_Name" jdbcType="VARCHAR" property="tzUserName" />
    <result column="JA_MN_Code" jdbcType="VARCHAR" property="jaMnCode" />
    <result column="JA_Scene_Name" jdbcType="VARCHAR" property="jaSceneName" />
    <result column="SV_User_Id" jdbcType="VARCHAR" property="svUserId" />
    <result column="SV_User_name" jdbcType="VARCHAR" property="svUserName" />
    <result column="Create_Time" jdbcType="TIMESTAMP" property="createTime" />
  </resultMap>
  <sql id="Base_Column_List">
    <!--
      WARNING - @mbg.generated
    -->
    Id, TZ_User_Id, TZ_User_Name, JA_MN_Code, JA_Scene_Name, SV_User_Id, SV_User_name, 
    Create_Time
  </sql>
</mapper>