保存进度!

This commit is contained in:
Kane Wang 2023-11-01 15:41:49 +08:00
parent d517c2e82a
commit 75a9c46c2e
1 changed files with 6 additions and 0 deletions

View File

@ -31,6 +31,12 @@ interface ImportBIReportResponse
importedCount: number,
}
interface QueryBITelsalerAttachingRateReportResponse
{
success: boolean,
message: string,
}
type ImportBIReportResponseHandler = ( response: ImportBIReportResponse, error?: any ) => void;
/**