refactor: 重新生成主子表内嵌模式代码预览

This commit is contained in:
puhui999
2025-04-21 16:02:50 +08:00
parent 7ab66aa363
commit 0cb157a29c
8 changed files with 60 additions and 71 deletions

View File

@@ -62,6 +62,7 @@ export function exportDemo03Student(params: any) {
}
// ==================== 子表(学生课程) ====================
/** 获得学生课程列表 */
export function getDemo03CourseListByStudentId(studentId: number) {
return requestClient.get<Demo03StudentApi.Demo03Course[]>(
@@ -70,6 +71,7 @@ export function getDemo03CourseListByStudentId(studentId: number) {
}
// ==================== 子表(学生班级) ====================
/** 获得学生班级 */
export function getDemo03GradeByStudentId(studentId: number) {
return requestClient.get<Demo03StudentApi.Demo03Grade>(