package com.flightfeather.monitor.service; import com.flightfeather.monitor.domain.ds1.entity.RiskValue; import java.util.List; public interface RiskAnalysisService { List queryRiskDataByMonth(String siteName,String month,String type); }