feiyu02
2022-07-28 e844ef2fdab88508e7dff4bb9e7b1632fcce15b2
src/main/kotlin/cn/flightfeather/supervision/lightshare/service/ProblemlistService.kt
@@ -42,4 +42,8 @@
    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>
    fun getBySubTask(stGuid: String): List<ProblemlistVo>
}