| | |
| | | * 修改高校组织机构 |
| | | */ |
| | | @ApiOperation("修改高校组织机构") |
| | | // @PreAuthorize("@ss.hasPermi('oa:organization:edit')") |
| | | @PreAuthorize("@ss.hasPermi('oa:organization:edit')") |
| | | @Log(title = "高校组织机构", businessType = BusinessType.UPDATE) |
| | | @RepeatSubmit() |
| | | @PutMapping() |
| | |
| | | * 删除高校组织机构 |
| | | */ |
| | | @ApiOperation("删除高校组织机构") |
| | | // @PreAuthorize("@ss.hasPermi('oa:organization:remove')") |
| | | @PreAuthorize("@ss.hasPermi('oa:organization:remove')") |
| | | @Log(title = "高校组织机构" , businessType = BusinessType.DELETE) |
| | | @DeleteMapping("/{ids}") |
| | | public AjaxResult<Void> remove(@ApiParam("主键串") |