public async Task <ApiResult <string> > Delete([FromBody] List <string> ids) => await _sysOrganizeService.Delete(ids);