|
@@ -26,7 +26,7 @@ public interface ClassScheduleAPI {
|
|
|
|
|
|
|
|
@PostMapping("/deleteSchedule")
|
|
@PostMapping("/deleteSchedule")
|
|
|
@ApiOperation(value = "删除课表", notes = "删除课表", httpMethod = "POST")
|
|
@ApiOperation(value = "删除课表", notes = "删除课表", httpMethod = "POST")
|
|
|
- CommonResult deleteSchedule(@RequestBody List<Integer> ids);
|
|
|
|
|
|
|
+ CommonResult deleteSchedule(@RequestBody List<String> ids);
|
|
|
|
|
|
|
|
@PostMapping("/insertSchedule")
|
|
@PostMapping("/insertSchedule")
|
|
|
@ApiOperation(value = "删除课表", notes = "删除课表", httpMethod = "POST")
|
|
@ApiOperation(value = "删除课表", notes = "删除课表", httpMethod = "POST")
|