package com.moral.service; import java.util.Map; @SuppressWarnings("rawtypes") public interface AlarmService { Map getPieData(Map parameters); }