You've already forked FrameTour-BE
taskStatus
This commit is contained in:
@ -36,11 +36,6 @@ public class TaskController {
|
||||
public ApiResponse getById(@PathVariable Long id) {
|
||||
return taskService.getById(id);
|
||||
}
|
||||
@ApiOperation("添加任务")
|
||||
@PostMapping("/add")
|
||||
public ApiResponse add(@RequestBody TaskEntity taskEntity) {
|
||||
return taskService.add(taskEntity);
|
||||
}
|
||||
@ApiOperation("删除任务")
|
||||
@DeleteMapping("/delete/{id}")
|
||||
public ApiResponse deleteById(@PathVariable Long id) {
|
||||
|
Reference in New Issue
Block a user