namespace DS.WMS.Core.WmsModule.Dtos;
public class WmsOutDoInfoViewModel
{
public Guid WMSDOID { get; set; }
///
///
///
public string WMSNO { get; set; }
///
///
///
public DateTime? DODATE { get; set; }
///
///
///
public string CUSTOMERNAME { get; set; }
///
///
///
public string CORPID { get; set; }
///
///
///
public string REMARK { get; set; }
///
///
///
public bool? ISEND { get; set; }
///
///
///
public bool? FEESTATUS { get; set; }
///
///
///
public bool? BSSTATUS { get; set; }
///
///
///
public string BSSOURCE { get; set; }
///
///
///
public string BILLSTATUS { get; set; }
///
///
///
public string MBLNO { get; set; }
///
///
///
public string CUSTOMNO_IMPORT { get; set; }
///
///
///
public string PICKUPNAME { get; set; }
///
///
///
public string TRUCKNO { get; set; }
///
///
///
public string TRUCKMODEL { get; set; }
///
///
///
public Guid? WMSPLANID { get; set; }
///
///
///
public string CUSTOMNO { get; set; }
///
///
///
public decimal? WEIGHING { get; set; }
///
///
///
public string GOODSNAME { get; set; }
///
///
///
public string GOODSFEETYPE { get; set; }
///
///
///
public byte? STLMODE { get; set; }
///
/// 客户ID
///
public string ClientId { get; set; }
///
///
///
public string STOREHOUSENAME { get; set; }
}