public int? ID { get; set; }
public int? BookingID { get; set; }
public string OrderNo { get; set; }
public string CustomerPo { get; set; }
public string PalletType { get; set; }
public int PalletCount { get; set; }
public string PalletEstOrConf { get; set; }
public int StockAtManvers { get; set; }
public int Deleted { get; set; }
public string OrderNo { get; set; }
public string DeliveryPoint { get; set; }