|
|
|
@@ -106,6 +106,12 @@ public class ExperimentInsController extends BaseController { |
|
|
|
return genericsSuccess(this.experimentInsService.removeById(id)); |
|
|
|
} |
|
|
|
|
|
|
|
@DeleteMapping("batchDelete") |
|
|
|
@ApiOperation("批量删除实验实例") |
|
|
|
public GenericsAjaxResult<String> batchDelete(@RequestBody List<Integer> ids) throws Exception{ |
|
|
|
return genericsSuccess(this.experimentInsService.batchDelete(ids)); |
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
|
* 终止实验实例 |
|
|
|
* |
|
|
|
|