feat: 各模块支持导出

This commit is contained in:
caiyuchao
2025-09-15 18:34:33 +08:00
parent 9deb38593e
commit 9a876040fa
12 changed files with 393 additions and 73 deletions

View File

@@ -36,3 +36,10 @@ export function getExpiryLicensePage(params: PageParam) {
{ params },
);
}
/** 导出 */
export function exportExpire(params: any) {
return requestClient.download('/license/report/expire/export-excel', {
params,
});
}