package com.sinosoft.em.alert.report.reportInputPlan.service; /** * * @author HXB * 2015-09-15 * */ public interface ReportInputPlanService { /** * 根据部门ID查询,预警编号和名称 * @param unitId * @return */ public String getReportInputPlanAlert(String unitId); }