package com.casic.service; import java.util.Map; public interface ThirdDataService { Object h2sData(Map<String, String> h2sDataMap); }