| | |
| | | <result column="data_time" jdbcType="TIMESTAMP" property="dataTime" /> |
| | | <result column="type" jdbcType="TINYINT" property="type" /> |
| | | <result column="mix_data_id" jdbcType="VARCHAR" property="mixDataId" /> |
| | | <result column="zone" jdbcType="VARCHAR" property="zone" /> |
| | | <result column="pollution_degree" jdbcType="VARCHAR" property="pollutionDegree" /> |
| | | <result column="pollution_degree_index" jdbcType="INTEGER" property="pollutionDegreeIndex" /> |
| | | <result column="mission_code" jdbcType="VARCHAR" property="missionCode" /> |
| | | <result column="province_code" jdbcType="VARCHAR" property="provinceCode" /> |
| | | <result column="province_name" jdbcType="VARCHAR" property="provinceName" /> |
| | | <result column="city_code" jdbcType="VARCHAR" property="cityCode" /> |
| | | <result column="city_name" jdbcType="VARCHAR" property="cityName" /> |
| | | <result column="district_code" jdbcType="VARCHAR" property="districtCode" /> |
| | | <result column="district_name" jdbcType="VARCHAR" property="districtName" /> |
| | | <result column="town_code" jdbcType="VARCHAR" property="townCode" /> |
| | | <result column="town_name" jdbcType="VARCHAR" property="townName" /> |
| | | <result column="day_time_period" jdbcType="VARCHAR" property="dayTimePeriod" /> |
| | | <result column="day_time_period_start" jdbcType="TIMESTAMP" property="dayTimePeriodStart" /> |
| | | <result column="day_time_period_end" jdbcType="TIMESTAMP" property="dayTimePeriodEnd" /> |
| | | </resultMap> |
| | | <sql id="Base_Column_List"> |
| | | <!-- |
| | | WARNING - @mbg.generated |
| | | --> |
| | | id, group_id, data_time, type, mix_data_id |
| | | id, group_id, data_time, type, mix_data_id, zone, pollution_degree, pollution_degree_index, |
| | | mission_code, province_code, province_name, city_code, city_name, district_code, |
| | | district_name, town_code, town_name, day_time_period, day_time_period_start, day_time_period_end |
| | | </sql> |
| | | </mapper> |