package com.ruoyi.biz.service; /** * 首页统计数据 * @author wukai */ public interface IApiService { /** * 首页统计数据 */ void indexCalc(); /** * 首页告警数据 */ void indexAlarms(); }