public async Task <IResponseEntity> DeleteBatch(string[] ids) { return(await _sysResourceService.DeleteBatchAsync(ids)); }