feiyu02
2022-07-28 237d7c42498806a3ca205f63d151671a45304854
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>
}