|
|
|
@ -11,6 +11,8 @@
|
|
|
|
|
<result property="silentTaskUid" column="silent_task_uid" jdbcType="VARCHAR"/>
|
|
|
|
|
<result property="dynamicVideoFileId" column="dynamic_video_file_id" jdbcType="VARCHAR"/>
|
|
|
|
|
<result property="dynamicTaskUid" column="dynamic_task_uid" jdbcType="VARCHAR"/>
|
|
|
|
|
<result property="imageName" column="image_name" jdbcType="VARCHAR"/>
|
|
|
|
|
<result property="description" column="description" jdbcType="VARCHAR"/>
|
|
|
|
|
<result property="createUserId" column="create_user_id" jdbcType="VARCHAR"/>
|
|
|
|
|
<result property="createTime" column="create_time" jdbcType="TIMESTAMP"/>
|
|
|
|
|
<result property="updateUserId" column="update_user_id" jdbcType="VARCHAR"/>
|
|
|
|
@ -20,6 +22,7 @@
|
|
|
|
|
<sql id="Base_Column_List">
|
|
|
|
|
id,image_file_id,silent_video_file_id,
|
|
|
|
|
silent_task_uid,dynamic_video_file_id,dynamic_task_uid,
|
|
|
|
|
image_name,description
|
|
|
|
|
create_user_id,create_time,update_user_id,
|
|
|
|
|
update_time
|
|
|
|
|
</sql>
|
|
|
|
|