|
@@ -10,6 +10,7 @@
|
|
|
<result column="item_" jdbcType="VARCHAR" property="item"/>
|
|
|
<result column="comment_" jdbcType="LONGVARCHAR" property="comment"/>
|
|
|
<result column="create_time_" jdbcType="TIMESTAMP" property="createTime"/>
|
|
|
+ <result column="update_time" jdbcType="TIMESTAMP" property="up"/>
|
|
|
<result column="student_id_" jdbcType="INTEGER" property="studentId"/>
|
|
|
<result column="subject_name_" jdbcType="VARCHAR" property="subjectName"/>
|
|
|
<result column="is_pushed_" jdbcType="INTEGER" property="isPushed"/>
|
|
@@ -17,6 +18,8 @@
|
|
|
<result column="music_theory_" jdbcType="VARCHAR" property="musicTheory"/>
|
|
|
<result column="song_" jdbcType="VARCHAR" property="song"/>
|
|
|
<result column="teaching_material_" jdbcType="VARCHAR" property="teachingMaterial"/>
|
|
|
+ <result column="times_" jdbcType="INTEGER" property="times"/>
|
|
|
+ <result column="total_minutes_" jdbcType="INTEGER" property="totalMinutes"/>
|
|
|
<result column="version_" jdbcType="INTEGER" property="version"/>
|
|
|
<result column="student_id_list_" jdbcType="VARCHAR" property="studentIdList"/>
|
|
|
<result column="group_name_" jdbcType="VARCHAR" property="groupName"/>
|