Toggle navigation
Toggle navigation
This project
Loading...
Sign in
huayandong
/
recommend-api
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
huayandong
2019-04-30 14:09:02 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
bcf57f42eea7e6b5b0e27c12a3601f71275afd0c
bcf57f42
1 parent
9942c766
doc api
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
boxfish-paper/paper-智能四会课接口.md
boxfish-paper/paper-智能四会课接口.md
View file @
bcf57f4
...
...
@@ -28,14 +28,13 @@
```
> `summaryList`集合里类对象的属性:
```
java
public
static
class
TextBookSummary
{
private
String
type
;
private
String
typeDesc
;
private
Integer
amountCourse
;
// 课程数量
private
Integer
amountFresh
=
0
;
// 未查看的数量
private
String
courseName
;
// 纸质作业课程名称
private
String
courseCover
;
// 纸质作业课程封面
private
String
finishedRate
;
// 课程完成率
...
...
Please
register
or
login
to post a comment