using System;
namespace MES.Service.Modes
{
///
/// 数据源导入
///
public class VArrivalBarcodeItem3
{
///
///
///
public Guid? Guid { get; set; }
///
///
///
public string BILL_NO { get; set; }
///
///
///
public string ITEM_BARCODE { get; set; }
///
///
///
public string ITEM_NO { get; set; }
///
///
///
public string LOT_DATE { get; set; }
///
///
///
public long? OLDQTY { get; set; }
///
///
///
public string ITEM_NAME { get; set; }
///
///
///
public string ITEM_MODEL { get; set; }
///
///
///
public int? ICOUNT { get; set; }
///
///
///
public bool? COME_FLG { get; set; }
}
}