soleil 7 лет назад
Родитель
Сommit
a3163635a0
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      question/serializer/QuestionSerializer.md

+ 1 - 0
question/serializer/QuestionSerializer.md

@@ -3,6 +3,7 @@
 题目的基本信息
 题目的基本信息
 
 
 ## Attributes
 ## Attributes
+- id: **number** - 题目ID 
 - AssignmentType : **String** - 题目所属作业类型 | `{1-10}`
 - AssignmentType : **String** - 题目所属作业类型 | `{1-10}`
 - type: **String** - 题目类型 | `{1-10}`
 - type: **String** - 题目类型 | `{1-10}`
 - name: **String** - 题目名称 | `{2-100}`
 - name: **String** - 题目名称 | `{2-100}`