lmw
2024-07-19 cd13751df41c6504b3934cd3f1bd441c4ba172ff
app/src/main/java/com/dollearn/student/network/entity/ProgressBean.kt
@@ -3,5 +3,6 @@
data class ProgressBean(
    val topicIds: List<String>,
    val answerNumber: Int,
    val correctNumber: Int
    val correctNumber: Int,
    val schedule: Int
)