private void Delete(DetailGoodsDto obj) { int num = _goodsAppService.Delete(new string[] { obj.Id }).Result; }