using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace ICSSoft.Entity
{
public class ERPDeliveryNotice
{
///
/// 供应商编码
///
public string VenCode { get; set; }
///
/// 部门编码
///
public string DepCode { get; set; }
///
/// 采购订单号
///
public string POCode { get; set; }
///
/// 操作人
///
public string User { get; set; }
///
/// 操作时间
///
public string MTime { get; set; }
///
/// 出库
///
public string WHCode { get; set; }
///
/// 到货单号
///
public string DNCode { get; set; }
///
/// 委外到货id
///
public string OOCode { get; set; }
public List details { get; set; }
}
public class ERPDeliveryNoticeList
{
///
/// 行号
///
public string Sequence { get; set; }
///
/// 料品编码
///
public string InvCode { get; set; }
///
/// 数量
///
public string Quantity { get; set; }
///
/// 辅计量数量
///
public string Amount { get; set; }
///
/// 币种
///
public string Currency { get; set; }
///
/// 单价
///
public string UnitPrice { get; set; }
///
/// 采购订单表体ID
///
public string PODetailID { get; set; }
///
/// 委外订单表体ID
///
public string OODetailID { get; set; }
public string cFree1 { get; set; }
public string cFree2 { get; set; }
public string cFree3 { get; set; }
public string cFree4 { get; set; }
public string cFree5 { get; set; }
public string cFree6 { get; set; }
public string cFree7 { get; set; }
public string cFree8 { get; set; }
public string cFree9 { get; set; }
public string cFree10 { get; set; }
}
}