feiyu02
2022-07-14 4c7e2d8f8d4a93f318ada0e728dbc370e7504e92
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>
}