GroupDTO.raml 167 B

12345678910
  1. #%RAML 1.0 DataType
  2. # GroupDTO
  3. type: object
  4. properties:
  5. name:
  6. type: string
  7. description: 小组名称
  8. courseId:
  9. type: integer
  10. description: 课程id