| | |
| | | <result column="device_code" jdbcType="VARCHAR" property="deviceCode" /> |
| | | <result column="start_time" jdbcType="TIMESTAMP" property="startTime" /> |
| | | <result column="end_time" jdbcType="TIMESTAMP" property="endTime" /> |
| | | <result column="data_pulled" jdbcType="BIT" property="dataPulled" /> |
| | | <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="kilometres" jdbcType="REAL" property="kilometres" /> |
| | | <result column="region" jdbcType="VARCHAR" property="region" /> |
| | | <result column="radius" jdbcType="REAL" property="radius" /> |
| | | <result column="pollution_degree" jdbcType="VARCHAR" property="pollutionDegree" /> |
| | | <result column="aqi" jdbcType="INTEGER" property="aqi" /> |
| | | <result column="main_factor" jdbcType="VARCHAR" property="mainFactor" /> |
| | | </resultMap> |
| | | <sql id="Base_Column_List"> |
| | | <!-- |
| | | WARNING - @mbg.generated |
| | | --> |
| | | mission_code, device_type, device_code, start_time, end_time |
| | | mission_code, device_type, device_code, start_time, end_time, data_pulled, province_code, |
| | | province_name, city_code, city_name, district_code, district_name, town_code, town_name, |
| | | kilometres, region, radius, pollution_degree, aqi, main_factor |
| | | </sql> |
| | | </mapper> |