feiyu02
2025-09-01 29383149f7040d89ae00ad48dc48bbcf46587946
src/main/resources/mapper/MissionMapper.xml
@@ -19,12 +19,17 @@
    <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="pollution_degree" jdbcType="VARCHAR" property="pollutionDegree" />
    <result column="aqi" jdbcType="INTEGER" property="aqi" />
  </resultMap>
  <sql id="Base_Column_List">
    <!--
      WARNING - @mbg.generated
    -->
    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
    province_name, city_code, city_name, district_code, district_name, town_code, town_name,
    kilometres, region, pollution_degree, aqi
  </sql>
</mapper>