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