| | |
| | | |
| | | fun delete(id: String): Int |
| | | |
| | | fun setDeleteStatus(id: String): BaseResponse<Int> |
| | | fun setDeleteStatus(id: String): Int |
| | | |
| | | fun findBySubtaskId(subTaskID: String): List<ProblemListVo> |
| | | |
| | |
| | | |
| | | fun findMonthProblemById(taskId:String, sceneId:Int?):List<MonthProblemVo> |
| | | |
| | | fun check(pId: String, action: Byte, remark: String, userId: String, userName: String): BaseResponse<String> |
| | | fun check(pId: String, action: Byte, remark: String, userId: String, userName: String): String |
| | | |
| | | fun newProblem(problem: String, files: Array<MultipartFile>): BaseResponse<String> |
| | | fun newProblem(problem: String, files: Array<MultipartFile>): String |
| | | |
| | | fun updateProblem(problem: ProblemListVo, deleteImg: List<String>, files: Array<MultipartFile>): String |
| | | |
| | | fun changeProblem(problemId: String, files: Array<MultipartFile>): BaseResponse<String> |
| | | fun changeProblem(problemId: String, files: Array<MultipartFile>): String |
| | | |
| | | /** |
| | | * 更新整改 |