lmw
2024-07-17 98faa1d5d540a7e4de4086ea11df3fd61b5c7ab9
1
2
3
4
5
6
7
8
9
package com.dollearn.student.network.entity
 
data class Week(
    val id: String,
    val quarter: Int,
    val title: String,
    val totalIntegral: Long,
    val week: Int
)