# CourseSerializer 课程信息 ## Attributes ```ts interface CourseSerializer { id: number; name: string; code: string; // 选课码 } ```