@ -100,5 +100,10 @@ namespace Myshipping.Application
/// 申请箱使
/// </summary>
public string ShenQingXiangShi { get; set; }
/// <summary>
/// 服务项目列表(传serviceProjectCode)
public List<string> ProjectList { get; set; }
}
@ -326,5 +326,10 @@ namespace Myshipping.Application
/// 二程ETA
public Nullable<DateTime> SecondETA { get; set; }
/// 订舱确认时间
public Nullable<DateTime> BookingConfirmDate { get; set; }