| | |
| | | package cn.flightfeather.supervision.lightshare.service |
| | | |
| | | import cn.flightfeather.supervision.domain.entity.SelfPatrolTask |
| | | import cn.flightfeather.supervision.domain.entity.UserSettingRecord |
| | | import cn.flightfeather.supervision.lightshare.vo.BaseResponse |
| | | import cn.flightfeather.supervision.lightshare.vo.LedgerSubTypeVo |
| | | import cn.flightfeather.supervision.lightshare.vo.LedgerVo |
| | |
| | | * @param justFinishedNum 内存中刚完成的任务数(考虑刚执行任务记录的插入语句还未真正入库的情况) |
| | | */ |
| | | fun checkSelfPatrolFinished(taskId: String?, justFinishedNum: Int) |
| | | |
| | | fun promiseSelfPatrol(userId: String): UserSettingRecord? |
| | | } |