src/main/kotlin/cn/flightfeather/supervision/lightshare/service/EvaluationsubruleService.kt
@@ -1,6 +1,7 @@ package cn.flightfeather.supervision.lightshare.service import cn.flightfeather.supervision.domain.entity.Evaluationsubrule import cn.flightfeather.supervision.lightshare.vo.EvaluationVo interface EvaluationsubruleService { @@ -16,4 +17,6 @@ fun findByRuleId(erguid: String): List<Evaluationsubrule> fun getScore(userId:String, time: String):List<EvaluationVo> }