feiyu02
2024-01-09 c1becf4cbd2e99601ce011c14b8742427249cfb4
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
<?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.ds1.mapper.DustDataResultMapper">
  <resultMap id="BaseResultMap" type="cn.flightfeather.supervision.domain.ds1.entity.DustDataResult">
    <!--
      WARNING - @mbg.generated
    -->
    <id column="DR_Id" jdbcType="INTEGER" property="drId" />
    <result column="DR_Scene_Id" jdbcType="VARCHAR" property="drSceneId" />
    <result column="DR_Scene_Name" jdbcType="VARCHAR" property="drSceneName" />
    <result column="DR_Time" jdbcType="DATE" property="drTime" />
    <result column="DR_Exceed_Times" jdbcType="INTEGER" property="drExceedTimes" />
    <result column="DR_Avg" jdbcType="DOUBLE" property="drAvg" />
    <result column="DR_Max" jdbcType="DOUBLE" property="drMax" />
    <result column="DR_Min" jdbcType="DOUBLE" property="drMin" />
    <result column="DR_Over_Avg_Per" jdbcType="DOUBLE" property="drOverAvgPer" />
    <result column="DR_Data_Num" jdbcType="INTEGER" property="drDataNum" />
    <result column="DR_Effective_Rate" jdbcType="DOUBLE" property="drEffectiveRate" />
  </resultMap>
  <sql id="Base_Column_List">
    <!--
      WARNING - @mbg.generated
    -->
    DR_Id, DR_Scene_Id, DR_Scene_Name, DR_Time, DR_Exceed_Times, DR_Avg, DR_Max, DR_Min, 
    DR_Over_Avg_Per, DR_Data_Num, DR_Effective_Rate
  </sql>
</mapper>