修改截单回执任务

master
jianghaiqing 8 months ago
parent 334809922a
commit df662c45c8

@ -134,6 +134,26 @@ namespace Myshipping.Application
/// </summary>
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>

Loading…
Cancel
Save