package com.brilliance.service; import com.alibaba.fastjson.JSONObject; import com.brilliance.bo.*; /** * 2.3.17.按年统计每月在线率 */ public interface QryOnlineRateOfMonthService { /** * 2.3.17.按年统计每月在线率 * @return */ JSONObject getOnlineRateOfMonth(ReqOnlineRateOfMonthBo req) throws Exception; }