export interface IRoutingGrp {
    RoutingType?: number;
    RoutingID?: string;
}
