幼儿收费

This commit is contained in:
zhanglipeng
2020-12-11 17:35:51 +08:00
parent e417fee67e
commit df1f33ddcc
10 changed files with 602 additions and 18 deletions

View File

@ -9,6 +9,15 @@ export function listSchoolcharge(query) {
})
}
// 查询幼儿收费列表
export function listChildcharge(query) {
return request({
url: '/benyi/schoolcharge/child/list',
method: 'get',
params: query
})
}
// 查询园所收费标准详细
export function getSchoolcharge(id) {
return request({
@ -50,4 +59,4 @@ export function exportSchoolcharge(query) {
method: 'get',
params: query
})
}
}