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