| | |
| | | |
| | | fun getProblemByScene(sceneId: String, date: String):List<ProblemListVo> |
| | | |
| | | fun getBySceneMonth(sceneId: String, year: Int?, month: Int?):List<ProblemListVo> |
| | | fun getBySceneMonth(sceneId: String, year: Int?, month: Int?):Pair<List<SubtaskVo>, List<ProblemListVo>> |
| | | |
| | | fun findMonthProblemById(taskId:String, sceneId:Int?):List<MonthProblemVo> |
| | | |
| | |
| | | |
| | | fun newProblem(problem: String, files: Array<MultipartFile>): String |
| | | |
| | | fun updateProblem(problem: ProblemListVo, deleteImg: List<String>, files: Array<MultipartFile>): String |
| | | fun updateProblem(problem: ProblemListVo, deleteImg: List<String>?, files: Array<MultipartFile>): String |
| | | |
| | | fun changeProblem(problemId: String, files: Array<MultipartFile>): String |
| | | |