公告板
版本库
活动
搜索
登录
android
/
DolphinEnglishStudent
海豚英语
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
将要取消游戏页面item的结果动画
lmw
2024-07-17
98faa1d5d540a7e4de4086ea11df3fd61b5c7ab9
[android/DolphinEnglishStudent.git]
/
app
/
src
/
main
/
java
/
com
/
dollearn
/
student
/
network
/
entity
/
Exercise.kt
1
2
3
4
5
6
7
8
9
10
package com.dollearn.student.network.entity
data class Exercise(
val coursePackageId: String,
val videoId: String,
val scId: String,
val videoCoverImgUrl: String,
val videoName: String,
val videoUrl: String
)