7b3ae5f9f69da97e1b28637183921c7d6fa81184.svn-base 292 B

123456789101112131415
  1. package com.sinosoft.em.alert.report.reportInputPlan.service;
  2. /**
  3. *
  4. * @author HXB
  5. * 2015-09-15
  6. *
  7. */
  8. public interface ReportInputPlanService {
  9. /**
  10. * 根据部门ID查询,预警编号和名称
  11. * @param unitId
  12. * @return
  13. */
  14. public String getReportInputPlanAlert(String unitId);
  15. }