zmc
2023-11-15 c47bac207b1f49d4cfe8cd98202a96865345a94f
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);
}