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