- 合并学校课程管理搜索与年级筛选功能 - 修复教学资源区域间距问题 - 删除已忽略的自动生成文件 - 新增排课弹窗优化(移除课程选择,自动选择第一门课程) - 新增 lessonType 从 schedule_ref_data 解析功能 - 修复前端代理配置(端口 8480)
18 lines
346 B
TypeScript
18 lines
346 B
TypeScript
/**
|
|
* 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
|
|
*/
|
|
|
|
export type GetSchedules1Params = {
|
|
pageNum?: number;
|
|
pageSize?: number;
|
|
startDate?: string;
|
|
endDate?: string;
|
|
classId?: number;
|
|
teacherId?: number;
|
|
status?: string;
|
|
};
|