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