src/main/kotlin/cn/flightfeather/supervision/lightshare/service/SearchService.kt
@@ -24,4 +24,6 @@ fun searchSubTaskByKeyword(userId: String, keyword: String, page: Int, perPage: Int): BaseResponse<List<SubtaskVo>> fun getDailyReport(config: ExcelConfigVo): BaseTableVo fun getScoreDetail(subTaskId: String): ScoreDetail }