2026-03-18 18:19:25 +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-21 12:45:56 +08:00
|
|
|
import type { SchoolCourseResponse } from './schoolCourseResponse';
|
2026-03-18 18:19:25 +08:00
|
|
|
|
2026-03-21 12:45:56 +08:00
|
|
|
export interface ResultSchoolCourseResponse {
|
2026-03-18 18:19:25 +08:00
|
|
|
code?: number;
|
|
|
|
|
message?: string;
|
2026-03-21 12:45:56 +08:00
|
|
|
data?: SchoolCourseResponse;
|
2026-03-18 18:19:25 +08:00
|
|
|
}
|