修改班级信息同步数据

This commit is contained in:
2025-12-29 15:19:29 +08:00
parent 53b7d89ff9
commit c904255c6c
2 changed files with 12 additions and 7 deletions

View File

@@ -22,4 +22,11 @@ export function syncClassinfo() {
method: 'post'
})
}
// 新查询班级列表
export function listBj(query) {
return request({
url: '/syncdata/classInfoList',
method: 'get',
params: query
})
}