using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace CK.SCP.Models.ScpEntity.ExcelImportEntity { public class SCP_PO_EXCEL { public string 分组编号 {set;get;} public string QAD订单号 {set;get;} public string 行号 { set; get; } public string 供应商编号 {set;get;} public string 订货日期 {set;get;} public string 要求到货日期 {set;get;} public string 零件号 {set;get;} public string 要货地点 {set;get;} public string 交货联系人 {set;get;} public string 交货联系人电话 {set;get;} public string 数量 {set;get;} public string 单位 {set;get;} public string 价格 { set; get; } public string 币种 {set;get;} public string 备注 { set; get; } } public class SCP_PO_DETAIL_IMPORT_MODEL { public string 订单编号 { get; set; } //PoBillNum public string 行号 { get; set; } //PoLine public string 零件名 { get; set; } //PartDesc1" public string 零件编 { get; set; } //PartCode public string 订单数 { get; set; } //PlanQty" public string 到货日期 { get; set; } //EndTime" public string 单位 { get; set; } //PoUnit" public string 域名 { get; set; } //PoUnit" public string 站点 { get; set; } } }