公告板
版本库
活动
搜索
登录
android
/
Empty
心泉冥想
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
fix
lmw
2024-11-09
d1a9e3312387b6c47e6186af506787a8a66369d1
[android/Empty.git]
/
app
/
src
/
main
/
java
/
com
/
sinata
/
xqmuse
/
network
/
entity
/
StudyBean.kt
1
2
3
4
5
6
package com.sinata.xqmuse.network.entity
data class StudyBean(
val courseList:List<CourseBean>,
val freeCourseList:List<CourseBean>
)