@@ -5,7 +5,7 @@
- assignment:所属作业,Number
- record:所属记录,Number
- score:总分,Number
- - detail:细分分数,List<ScoreVO>
+ - detail:细分分数,```List<ScoreVO>```
# ScoreVO
@@ -14,4 +14,4 @@
- id:条目编号
- name:条目名称
- score:得分
- - detail:细分分数,List<ScoreVO>,没有细分时,该项为null
+ - detail:细分分数,```List<ScoreVO>```,没有细分时,该项为null