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 string 供应商名称 { get; set; }    
        public string 供应商编码 { get; set; }     

    }
    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 单价 { 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; }
        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 日程周数 { 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 零件截至日期 { get; set; }
        public string 订单开始时间 { get; set; }
        public string 订单截至日期 { get; set; }

    }
}