feiyu02
2023-11-23 e2392116cd6f875cdc2f46bc04b04d5305f21b56
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);
}