From 698f8f0f22af4c66581ce284407e986ca036aec6 Mon Sep 17 00:00:00 2001
From: feiyu02 <risaku@163.com>
Date: 星期四, 23 一月 2025 17:10:26 +0800
Subject: [PATCH] 1. 网格细分逻辑(编写中)

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

diff --git a/src/main/resources/mapper/GridGroupMapper.xml b/src/main/resources/mapper/GridGroupMapper.xml
index b0e9e5a..8f2ec4b 100644
--- a/src/main/resources/mapper/GridGroupMapper.xml
+++ b/src/main/resources/mapper/GridGroupMapper.xml
@@ -16,12 +16,14 @@
     <result column="town_code" jdbcType="VARCHAR" property="townCode" />
     <result column="town_name" jdbcType="VARCHAR" property="townName" />
     <result column="create_time" jdbcType="TIMESTAMP" property="createTime" />
+    <result column="length" jdbcType="DOUBLE" property="length" />
+    <result column="type" jdbcType="VARCHAR" property="type" />
   </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
+    town_code, town_name, create_time, length, type
   </sql>
 </mapper>
\ No newline at end of file

--
Gitblit v1.9.3