|
|
|
@ -110,7 +110,7 @@ public class CarrierController extends BaseController {
|
|
|
|
|
* 删除国家秘密载体
|
|
|
|
|
*/
|
|
|
|
|
@RequiresPermissions("system:carrier:remove")
|
|
|
|
|
@Log(title = "涉密场所", businessType = BusinessType.DELETE)
|
|
|
|
|
@Log(title = "国家秘密载体", businessType = BusinessType.DELETE)
|
|
|
|
|
@PostMapping("/remove")
|
|
|
|
|
@ResponseBody
|
|
|
|
|
public AjaxResult remove(String ids) {
|
|
|
|
|