From 3bb4fb15c664d29d179083698fdad35a661b1d7f Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期四, 28 八月 2025 14:57:40 +0800
Subject: [PATCH] 2025.8.28 1. 添加走航季度报告相关统计功能(待完成)

---
 src/main/resources/mapper/GridGroupMapper.xml |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/mapper/GridGroupMapper.xml b/src/main/resources/mapper/GridGroupMapper.xml
index 8f2ec4b..e03d6dd 100644
--- a/src/main/resources/mapper/GridGroupMapper.xml
+++ b/src/main/resources/mapper/GridGroupMapper.xml
@@ -18,12 +18,15 @@
     <result column="create_time" jdbcType="TIMESTAMP" property="createTime" />
     <result column="length" jdbcType="DOUBLE" property="length" />
     <result column="type" jdbcType="VARCHAR" property="type" />
+    <result column="father_group_id" jdbcType="INTEGER" property="fatherGroupId" />
+    <result column="max_xaxis" jdbcType="INTEGER" property="maxXaxis" />
+    <result column="max_yaxis" jdbcType="INTEGER" property="maxYaxis" />
   </resultMap>
   <sql id="Base_Column_List">
     <!--
       WARNING - @mbg.generated
     -->
     id, name, province_code, province_name, city_code, city_name, district_code, district_name, 
-    town_code, town_name, create_time, length, type
+    town_code, town_name, create_time, length, type, father_group_id, max_xaxis, max_yaxis
   </sql>
 </mapper>
\ No newline at end of file

--
Gitblit v1.9.3