export interface RequestRoutePlanCreateOrUpdate { date: string; operationCenter: string; vehicle: string; customer: string; orderItem: string; routePlanBatchID?: string; routePlanID?: string; import?: string; }