(cherry picked from commit b4ba1043d6)
This commit is contained in:
owen
2023-12-01 18:57:46 +08:00
committed by shizhong
parent a8f9fa152a
commit 20382bdb8e
25 changed files with 64 additions and 47 deletions

View File

@ -88,4 +88,4 @@ export const deleteDemo03Grade = async (id: number) => {
// 获得学生班级
export const getDemo03Grade = async (id: number) => {
return await request.get({ url: `/infra/demo03-student/demo03-grade/get?id=` + id })
}
}