|
@@ -17,7 +17,7 @@ import com.cooleshow.student.bean.CourseTableDataBean
|
|
|
class CourseTableListAdapter(layoutResId: Int) :
|
|
|
BaseQuickAdapter<CourseTableDataBean.StudentListBean?, BaseViewHolder>(layoutResId) {
|
|
|
companion object {
|
|
|
- const val LIVE_COURSE = "LIVE_COURSE"//直播课
|
|
|
+ const val LIVE_COURSE = "LIVE"//直播课
|
|
|
const val OTHER_COURSE = "PRACTICE"//陪练课
|
|
|
const val PIANO_ROOM_COURSE = "PIANO_ROOM_CLASS"//琴房课
|
|
|
const val NOT_START = "NOT_START"
|