using MES.Service.Modes;
using System;
using System.Collections.Generic;
namespace Gs.Warehouse.Models
{
///
/// 数据源导入
///
public class VArrivalBarcode
{
///
///
public Guid? guid { get; set; }
///
///
public string depotsCode { get; set; }
///
///
public string remark { get; set; }
///
///
public DateTime? insDate { get; set; }
///
///
public int? status { get; set; }
///
///
public DateTime? checkDate { get; set; }
///
///
public string suppNo { get; set; }
///
///
public bool? fstatus { get; set; }
///
///
public bool? urgentFlag { get; set; }
///
///
public string billNo { get; set; }
///
///
public string createBy { get; set; }
///
///
public string depotName { get; set; }
///
///
public string suppName { get; set; }
///
///
public decimal? oldqty { get; set; }
///
///
public string percentage { get; set; }
public List list { get; set; }
public List list3 { get; set; }
}
}