|
@@ -9,6 +9,9 @@
|
|
|
<result property="parkForm" column="park_form" jdbcType="VARCHAR"/>
|
|
|
<result property="information" column="information" jdbcType="VARCHAR"/>
|
|
|
<result property="parkId" column="parkId" jdbcType="INTEGER"/>
|
|
|
+ <result property="contacts" column="contacts" jdbcType="VARCHAR"/>
|
|
|
+ <result property="contactsAddr" column="contacts_addr" jdbcType="VARCHAR"/>
|
|
|
+ <result property="contactsPhone" column="contacts_phone" jdbcType="VARCHAR"/>
|
|
|
<result property="createTime" column="create_time" jdbcType="TIMESTAMP"/>
|
|
|
<association property="parkData" javaType="com.example.nngkxxdp.entity.ParkData">
|
|
|
<result column="title" property="title"/>
|