GuardOfDawn %!s(int64=7) %!d(string=hai) anos
pai
achega
bf0f0d8803
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      assignment/serializer/ResultVO.md

+ 2 - 2
assignment/serializer/ResultVO.md

@@ -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