2026-03-13 13:48:28 +08:00
|
|
|
|
/**
|
|
|
|
|
|
* Generated by orval v8.5.3 🍺
|
|
|
|
|
|
* Do not edit manually.
|
|
|
|
|
|
* Reading Platform API
|
|
|
|
|
|
* Reading Platform Backend Service API Documentation
|
|
|
|
|
|
* OpenAPI spec version: 1.0.0
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
2026-03-16 10:45:15 +08:00
|
|
|
|
* 课程更新请求
|
2026-03-13 13:48:28 +08:00
|
|
|
|
*/
|
|
|
|
|
|
export interface CourseUpdateRequest {
|
2026-03-16 10:45:15 +08:00
|
|
|
|
/** 课程名称 */
|
2026-03-13 13:48:28 +08:00
|
|
|
|
name?: string;
|
2026-03-16 10:45:15 +08:00
|
|
|
|
/** 课程编码 */
|
2026-03-13 13:48:28 +08:00
|
|
|
|
code?: string;
|
2026-03-16 10:45:15 +08:00
|
|
|
|
/** 描述 */
|
2026-03-13 13:48:28 +08:00
|
|
|
|
description?: string;
|
2026-03-16 10:45:15 +08:00
|
|
|
|
/** 封面 URL */
|
2026-03-13 13:48:28 +08:00
|
|
|
|
coverUrl?: string;
|
2026-03-16 10:45:15 +08:00
|
|
|
|
/** 封面图片路径 */
|
2026-03-13 13:48:28 +08:00
|
|
|
|
coverImagePath?: string;
|
2026-03-16 10:45:15 +08:00
|
|
|
|
/** 分类 */
|
2026-03-13 13:48:28 +08:00
|
|
|
|
category?: string;
|
2026-03-16 10:45:15 +08:00
|
|
|
|
/** 年龄范围 */
|
2026-03-13 13:48:28 +08:00
|
|
|
|
ageRange?: string;
|
2026-03-16 10:45:15 +08:00
|
|
|
|
/** 难度等级 */
|
2026-03-13 13:48:28 +08:00
|
|
|
|
difficultyLevel?: string;
|
2026-03-16 10:45:15 +08:00
|
|
|
|
/** 时长(分钟) */
|
2026-03-13 13:48:28 +08:00
|
|
|
|
durationMinutes?: number;
|
2026-03-16 10:45:15 +08:00
|
|
|
|
/** 教学目标 */
|
2026-03-13 13:48:28 +08:00
|
|
|
|
objectives?: string;
|
2026-03-16 10:45:15 +08:00
|
|
|
|
/** 状态 */
|
2026-03-13 13:48:28 +08:00
|
|
|
|
status?: string;
|
2026-03-16 10:45:15 +08:00
|
|
|
|
/** 核心内容 */
|
2026-03-13 13:48:28 +08:00
|
|
|
|
coreContent?: string;
|
2026-03-16 10:45:15 +08:00
|
|
|
|
/** 课程摘要 */
|
2026-03-13 13:48:28 +08:00
|
|
|
|
introSummary?: string;
|
2026-03-16 10:45:15 +08:00
|
|
|
|
/** 课程亮点 */
|
2026-03-13 13:48:28 +08:00
|
|
|
|
introHighlights?: string;
|
2026-03-16 10:45:15 +08:00
|
|
|
|
/** 课程目标 */
|
2026-03-13 13:48:28 +08:00
|
|
|
|
introGoals?: string;
|
2026-03-16 10:45:15 +08:00
|
|
|
|
/** 内容安排 */
|
2026-03-13 13:48:28 +08:00
|
|
|
|
introSchedule?: string;
|
2026-03-16 10:45:15 +08:00
|
|
|
|
/** 重点难点 */
|
2026-03-13 13:48:28 +08:00
|
|
|
|
introKeyPoints?: string;
|
2026-03-16 10:45:15 +08:00
|
|
|
|
/** 教学方法 */
|
2026-03-13 13:48:28 +08:00
|
|
|
|
introMethods?: string;
|
2026-03-16 10:45:15 +08:00
|
|
|
|
/** 评估方法 */
|
2026-03-13 13:48:28 +08:00
|
|
|
|
introEvaluation?: string;
|
2026-03-16 10:45:15 +08:00
|
|
|
|
/** 注意事项 */
|
2026-03-13 13:48:28 +08:00
|
|
|
|
introNotes?: string;
|
2026-03-16 10:45:15 +08:00
|
|
|
|
/** 进度安排参考数据(JSON) */
|
2026-03-13 13:48:28 +08:00
|
|
|
|
scheduleRefData?: string;
|
2026-03-16 10:45:15 +08:00
|
|
|
|
/** 环境创设内容 */
|
2026-03-13 13:48:28 +08:00
|
|
|
|
environmentConstruction?: string;
|
2026-03-16 10:45:15 +08:00
|
|
|
|
/** 主题 ID */
|
2026-03-13 13:48:28 +08:00
|
|
|
|
themeId?: number;
|
2026-03-16 10:45:15 +08:00
|
|
|
|
/** 绘本名称 */
|
2026-03-13 13:48:28 +08:00
|
|
|
|
pictureBookName?: string;
|
2026-03-16 10:45:15 +08:00
|
|
|
|
/** 电子书路径(JSON 数组) */
|
2026-03-13 13:48:28 +08:00
|
|
|
|
ebookPaths?: string;
|
2026-03-16 10:45:15 +08:00
|
|
|
|
/** 音频路径(JSON 数组) */
|
2026-03-13 13:48:28 +08:00
|
|
|
|
audioPaths?: string;
|
2026-03-16 10:45:15 +08:00
|
|
|
|
/** 视频路径(JSON 数组) */
|
2026-03-13 13:48:28 +08:00
|
|
|
|
videoPaths?: string;
|
2026-03-16 10:45:15 +08:00
|
|
|
|
/** 其他资源(JSON 数组) */
|
2026-03-13 13:48:28 +08:00
|
|
|
|
otherResources?: string;
|
2026-03-16 10:45:15 +08:00
|
|
|
|
/** PPT 文件路径 */
|
2026-03-13 13:48:28 +08:00
|
|
|
|
pptPath?: string;
|
2026-03-16 10:45:15 +08:00
|
|
|
|
/** PPT 文件名称 */
|
2026-03-13 13:48:28 +08:00
|
|
|
|
pptName?: string;
|
2026-03-16 10:45:15 +08:00
|
|
|
|
/** 海报路径(JSON 数组) */
|
2026-03-13 13:48:28 +08:00
|
|
|
|
posterPaths?: string;
|
2026-03-16 10:45:15 +08:00
|
|
|
|
/** 教学工具(JSON 数组) */
|
2026-03-13 13:48:28 +08:00
|
|
|
|
tools?: string;
|
2026-03-16 10:45:15 +08:00
|
|
|
|
/** 学生材料 */
|
2026-03-13 13:48:28 +08:00
|
|
|
|
studentMaterials?: string;
|
2026-03-16 10:45:15 +08:00
|
|
|
|
/** 教案数据(JSON) */
|
2026-03-13 13:48:28 +08:00
|
|
|
|
lessonPlanData?: string;
|
2026-03-16 10:45:15 +08:00
|
|
|
|
/** 活动数据(JSON) */
|
2026-03-13 13:48:28 +08:00
|
|
|
|
activitiesData?: string;
|
2026-03-16 10:45:15 +08:00
|
|
|
|
/** 评估数据(JSON) */
|
2026-03-13 13:48:28 +08:00
|
|
|
|
assessmentData?: string;
|
2026-03-16 10:45:15 +08:00
|
|
|
|
/** 年级标签(JSON 数组) */
|
2026-03-13 13:48:28 +08:00
|
|
|
|
gradeTags?: string;
|
2026-03-16 10:45:15 +08:00
|
|
|
|
/** 领域标签(JSON 数组) */
|
2026-03-13 13:48:28 +08:00
|
|
|
|
domainTags?: string;
|
2026-03-16 10:45:15 +08:00
|
|
|
|
/** 是否有集体课 */
|
2026-03-13 13:48:28 +08:00
|
|
|
|
hasCollectiveLesson?: boolean;
|
|
|
|
|
|
}
|