public async Task <DataTable> GetList()
 {
     return(await _goodsAppService.GetList());
 }