src/main/kotlin/cn/flightfeather/supervision/lightshare/service/SelfPatrolService.kt
@@ -39,6 +39,7 @@ userId: String, taskId: String?, list: String, fileNames: String?, files: Array<MultipartFile>, ): BaseResponse<Boolean> @@ -58,5 +59,5 @@ */ fun checkSelfPatrolFinished(taskId: String?, justFinishedNum: Int) fun promiseSelfPatrol(record: UserSettingRecord): UserSettingRecord? fun promiseSelfPatrol(userId: String): UserSettingRecord? }