package com.kmall.common.utils; import java.util.Map; public interface DealMapValueHelper { void dealValue(String key, Map map); }