| | |
| | | package cn.flightfeather.supervision.lightshare.service |
| | | |
| | | import cn.flightfeather.supervision.domain.ds1.entity.Itemevaluation |
| | | import cn.flightfeather.supervision.lightshare.vo.AreaVo |
| | | import cn.flightfeather.supervision.lightshare.vo.EvaluationUpdateVo |
| | | import cn.flightfeather.supervision.lightshare.vo.ItemEvaluationVo |
| | | |
| | | |
| | |
| | | fun createItemEvaluation(subTaskId: String, ruleId: String?, itemList: List<String>): Boolean |
| | | |
| | | fun updateItemEvaluation(subTaskId: String, ruleId: String?, itemList: List<String>): Boolean |
| | | |
| | | fun updateMonitorDataEva(evaVo: EvaluationUpdateVo): Boolean |
| | | } |