feiyu02
2025-05-08 9a9a27f185bc0cf9dc0001cfc6839e6d13dbccd9
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
28
29
30
31
32
33
34
35
36
37
<?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="com.flightfeather.uav.domain.mapper.GridDataMapper">
  <resultMap id="BaseResultMap" type="com.flightfeather.uav.domain.entity.GridData">
    <!--
      WARNING - @mbg.generated
    -->
    <id column="id" jdbcType="INTEGER" property="id" />
    <result column="group_id" jdbcType="INTEGER" property="groupId" />
    <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, 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>