| | |
| | | <!-- |
| | | WARNING - @mbg.generated |
| | | --> |
| | | <id column="DR_Id" property="drId" jdbcType="INTEGER" /> |
| | | <result column="DR_Scene_Id" property="drSceneId" jdbcType="VARCHAR" /> |
| | | <result column="DR_Scene_Name" property="drSceneName" jdbcType="VARCHAR" /> |
| | | <result column="DR_Time" property="drTime" jdbcType="DATE" /> |
| | | <result column="DR_Exceed_Times" property="drExceedTimes" jdbcType="INTEGER" /> |
| | | <result column="DR_Avg" property="drAvg" jdbcType="DOUBLE" /> |
| | | <result column="DR_Max" property="drMax" jdbcType="DOUBLE" /> |
| | | <result column="DR_Min" property="drMin" jdbcType="DOUBLE" /> |
| | | <result column="DR_Over_Avg_Per" property="drOverAvgPer" jdbcType="DOUBLE" /> |
| | | <result column="DR_Data_Num" property="drDataNum" jdbcType="INTEGER" /> |
| | | <result column="DR_Effective_Rate" property="drEffectiveRate" jdbcType="DOUBLE" /> |
| | | <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" > |
| | | <!-- |