保存进度!
This commit is contained in:
parent
d517c2e82a
commit
75a9c46c2e
@ -31,6 +31,12 @@ interface ImportBIReportResponse
|
||||
importedCount: number,
|
||||
}
|
||||
|
||||
interface QueryBITelsalerAttachingRateReportResponse
|
||||
{
|
||||
success: boolean,
|
||||
message: string,
|
||||
}
|
||||
|
||||
type ImportBIReportResponseHandler = ( response: ImportBIReportResponse, error?: any ) => void;
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user