using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace wcftest.sapEntity { public class SaleOrderList { /// /// 产品编号 /// public string productCode { get; set; } /// /// 出库数量 /// public int ExitQty { get; set; } } }