src/main/java/com/flightfeather/monitor/service/RiskValueService.java
@@ -1,6 +1,7 @@ package com.flightfeather.monitor.service; import com.flightfeather.monitor.domain.ds1.entity.RiskValue; import com.flightfeather.monitor.pojo.RiskValuePojo; import java.util.List; @@ -12,5 +13,5 @@ * @param type * @return */ List<RiskValue> queryRiskDataByMonth(String mnCode, String month, String type); List<RiskValuePojo> queryRiskDataByMonth(String mnCode, String month, String type); }