feat: 新增很多页面

This commit is contained in:
2026-01-14 01:06:25 +08:00
parent d437b4eded
commit 18f0fbce15
46 changed files with 7926 additions and 10 deletions

View File

@@ -234,3 +234,16 @@ export const getClassLose = (query?: any) => {
});
};
/**
* 班级信息导出
* @param query
*/
export const classExportData = (query?: any) => {
return request({
url: '/basic/basicclass/classExportData',
method: 'post',
data: query,
responseType: 'blob'
});
};