private void Delete(DetailGoodsDto obj)
 {
     int num = _goodsAppService.Delete(new string[] { obj.Id }).Result;
 }
        private void Edit(DetailGoodsDto obj)
        {
            string filePath = ShowFileDialog("目标文件");

            WordFileHelper.BuildFile(filePath);
        }