Showing
1 changed file
with
1 additions
and
2 deletions
@@ -28,14 +28,13 @@ | @@ -28,14 +28,13 @@ | ||
28 | ``` | 28 | ``` |
29 | 29 | ||
30 | > `summaryList`集合里类对象的属性: | 30 | > `summaryList`集合里类对象的属性: |
31 | + | ||
31 | ```java | 32 | ```java |
32 | public static class TextBookSummary { | 33 | public static class TextBookSummary { |
33 | private String type; | 34 | private String type; |
34 | private String typeDesc; | 35 | private String typeDesc; |
35 | - | ||
36 | private Integer amountCourse; // 课程数量 | 36 | private Integer amountCourse; // 课程数量 |
37 | private Integer amountFresh = 0; // 未查看的数量 | 37 | private Integer amountFresh = 0; // 未查看的数量 |
38 | - | ||
39 | private String courseName; // 纸质作业课程名称 | 38 | private String courseName; // 纸质作业课程名称 |
40 | private String courseCover; // 纸质作业课程封面 | 39 | private String courseCover; // 纸质作业课程封面 |
41 | private String finishedRate; // 课程完成率 | 40 | private String finishedRate; // 课程完成率 |
-
Please register or login to post a comment