returnOptional.ofNullable(dataProcessStrategyHashMap.get(modelType)).orElseThrow(()->newRuntimeException(String.format("not found %s type strategy",modelType)));
returnOptional.ofNullable(dataProcessStrategyHashMap.get(modelType)).orElseThrow(()->newRuntimeException(String.format("not found %s type strategy",modelType)));