保存进度!
This commit is contained in:
		@@ -31,10 +31,22 @@ interface ImportBIReportResponse
 | 
			
		||||
    importedCount: number,
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// BI坐席渗透率报表记录
 | 
			
		||||
interface BITelsalerAttachingRateReportRecord
 | 
			
		||||
{
 | 
			
		||||
    departmentName: string;
 | 
			
		||||
    telsalerName: string;
 | 
			
		||||
    motoPremium: number;
 | 
			
		||||
    nomotoPremium: number;
 | 
			
		||||
    attachingRatePresentMonth: number;
 | 
			
		||||
    attachingRateChange: number;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
interface QueryBITelsalerAttachingRateReportResponse
 | 
			
		||||
{
 | 
			
		||||
    success: boolean,
 | 
			
		||||
    message: string,
 | 
			
		||||
    records: BITelsalerAttachingRateReportRecord[];
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
type ImportBIReportResponseHandler = ( response: ImportBIReportResponse, error?: any ) => void;
 | 
			
		||||
@@ -81,5 +93,7 @@ export {
 | 
			
		||||
    type ImportBIReportRequest,
 | 
			
		||||
    type ImportBIReportResponse,
 | 
			
		||||
    type ImportBIReportResponseHandler,
 | 
			
		||||
    type BITelsalerAttachingRateReportRecord,
 | 
			
		||||
    type QueryBITelsalerAttachingRateReportResponse,
 | 
			
		||||
    importBIReport
 | 
			
		||||
};
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user