lmw
2025-05-22 b6d14ec6c19cddb1c8caf1d024e77d250a203929
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
)