package com.casic.service; import java.util.Map; public interface PressDataRecvService { Object saveRev(Map<String, Object> recvDataMap); }