每月统计

This commit is contained in:
2026-06-08 17:18:45 +08:00
parent 007ced596d
commit dd4cfab01a
4 changed files with 382 additions and 1 deletions

View File

@@ -19,3 +19,11 @@ export function logHistory(params: { id: number | string }) {
params,
})
}
export function annualReport(params: { id: number | string }) {
return createAxios({
url: url + 'annualReport',
method: 'get',
params,
})
}