feiyu02
2025-08-14 b10c22af595bd995e56946bff63b8f2f984b13e8
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>