feiyu02
2025-03-28 7d74f3fd087d4a8192ed556a6c2e3a2ea3c81cff
src/main/kotlin/cn/flightfeather/supervision/lightshare/service/EvaluationruleService.kt
@@ -1,6 +1,8 @@
package cn.flightfeather.supervision.lightshare.service
import cn.flightfeather.supervision.domain.ds1.entity.Evaluationrule
import cn.flightfeather.supervision.lightshare.vo.AreaEvaVo
import cn.flightfeather.supervision.lightshare.vo.AreaVo
interface EvaluationruleService {
@@ -16,4 +18,5 @@
    fun findBySpecificRule(tasktypeid: Byte?, scensetypeid: Byte?, districtcode: String?): Evaluationrule?
    fun find(areaVo: AreaEvaVo): List<Evaluationrule?>
}