...
|
...
|
@@ -6,6 +6,7 @@ |
|
|
<result column="keyword" property="keyword" jdbcType="VARCHAR"/>
|
|
|
<result column="description" property="description" jdbcType="VARCHAR"/>
|
|
|
<result column="image" property="image" jdbcType="VARCHAR"/>
|
|
|
<result column="resource_type" property="resourceType" jdbcType="INTEGER"/>
|
|
|
<result column="link_url" property="linkUrl" jdbcType="VARCHAR"/>
|
|
|
<result column="order_by" property="orderBy" jdbcType="INTEGER"/>
|
|
|
<result column="begin_time" property="beginTime" jdbcType="INTEGER"/>
|
...
|
...
|
|