CourseDTO.raml 163 B

12345678910
  1. #%RAML 1.0 DataType
  2. # CourseDTO
  3. type: object
  4. properties:
  5. name:
  6. type: string
  7. description: 课程名称
  8. code:
  9. type: string
  10. description: 选课码