| | |
| | | <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> |