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