src/main/kotlin/cn/flightfeather/supervision/lightshare/service/SearchService.kt
@@ -22,4 +22,6 @@ fun searchScore4JingAn(token: String, year: Int, month: Int, page: Int? = 1, perPage: Int?): BaseResponse<List<ScoreVo>> fun searchSubTaskByKeyword(userId: String, keyword: String, page: Int, perPage: Int): BaseResponse<List<SubtaskVo>> fun getDailyReport(config: ExcelConfigVo): BaseTableVo }