src/main/kotlin/cn/flightfeather/supervision/lightshare/service/ProblemlistService.kt
@@ -42,4 +42,6 @@ fun check(pId: String, action: Byte, remark: String, userId: String, userName: String): BaseResponse<String> fun newProblem(problem: String, files: Array<MultipartFile>): BaseResponse<String> fun changeProblem(problemId: String, files: Array<MultipartFile>): BaseResponse<String> }