From e731486b50c4ea6e2d28f302df449b4bd0b2be57 Mon Sep 17 00:00:00 2001 From: Riku <risaku@163.com> Date: 星期一, 02 六月 2025 23:02:59 +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 c7a1641..e03d6dd 100644 --- a/src/main/resources/mapper/GridGroupMapper.xml +++ b/src/main/resources/mapper/GridGroupMapper.xml @@ -19,12 +19,14 @@ <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, father_group_id + 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