|
|
|
@ -20,6 +20,10 @@ namespace Myshipping.Application.Service.BookingOrder.Dto
|
|
|
|
|
/// </summary>
|
|
|
|
|
public string MBLNO { get; set; }
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 分提单号
|
|
|
|
|
/// </summary>
|
|
|
|
|
public string HBLNO { get; set; }
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 场站代码
|
|
|
|
|
/// </summary>
|
|
|
|
|
public string YARDID { get; set; }
|
|
|
|
@ -207,6 +211,28 @@ namespace Myshipping.Application.Service.BookingOrder.Dto
|
|
|
|
|
/// 箱高
|
|
|
|
|
/// </summary>
|
|
|
|
|
public decimal CtrnHeight { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 是否占舱
|
|
|
|
|
/// </summary>
|
|
|
|
|
public string ZhanCangFlag { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 申请箱使
|
|
|
|
|
/// </summary>
|
|
|
|
|
public string ShenQingXiangShi { get; set; }
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 中转港代码
|
|
|
|
|
/// </summary>
|
|
|
|
|
public string TRANSPORTID { get; set; }
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 中转港
|
|
|
|
|
/// </summary>
|
|
|
|
|
public string TRANSPORT { get; set; }
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 第三付款地
|
|
|
|
|
/// </summary>
|
|
|
|
|
public string THIRDPAYADDR { get; set; }
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|