|
|
@ -134,6 +134,26 @@ namespace Myshipping.Application
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
public string ThirdPayAddr { get; set; }
|
|
|
|
public string ThirdPayAddr { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
|
|
/// 截单上传时间
|
|
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
|
|
public string SubmittedDate { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
|
|
/// 签单方式(seaway、original、telex)
|
|
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
|
|
public string DocumentType { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
|
|
/// 提单份数
|
|
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
|
|
public string BillOfNum { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
|
|
/// 放单方式
|
|
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
|
|
public string ReleaseInstruction { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// 箱信息
|
|
|
|
/// 箱信息
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|