using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace CK.SCP.Models.ScpEntity.ExcelExportEnttity { public class SCP_PO_DETAIL_EXPORT { public string 状态 { get; set; } //State_DESC 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; } //TempQty" public string 发货数 { get; set; } //ShippedQty" public string 收货数 { get; set; } //ReceivedQty" public string 退货数 { get; set; } //RejectQty" public string 到货日期 { get; set; } //EndTime" public string 单位 {get;set; } //PoUnit" } public class SCP_PO_DETAIL_EXPORT_MODEL { public string 项目编号 { get; set; } public string 订单编号 { get; set; } //PoBillNum public string 行号 { get; set; } //PoLine public string 零件名 { get; set; } //PartDesc1" public string 零件编码 { get; set; } //PartCode public string 供应商 { get; set; } //PartDesc1" public string 供应商编码 { get; set; } //PartCode public string 订单数 { get; set; } //PlanQty" public string 订货日期 { set; get; } public string 到货日期 { get; set; } //EndTime" public string 单位 { get; set; } //PoUnit" public string 计划员 { get; set; } public string 计划员电话 { get; set; } public string 价格 { set; get; } public string 币种 { set; get; } public string 域名 { get; set; } //PoUnit" public string 站点 { get; set; } public string 收货口 { get; set; } public string 备注 { get; set; } } public class SCP_PO_EXPORT_IMPORT_MODEL { public string 订单编号 { get; set; } public string 行号 { get; set; } public string 零件号 { get; set; } public string 数量 { get; set; } public string 单位 { get; set; } public string 单价 { get; set; } public string 供应商编号 { get; set; } public string 订单创建时间 { set; get; } public string 联系人 { get; set; } public string 采购员 { get; set; } public string 采购员电话 { get; set; } public string 要求到货日期 { get; set; } public string 备注 { get; set; } public string 币种 { set; get; } } }