riku
2022-07-19 30d46d06fb4153e48df281d3008ed90935b3c06d
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>
}