|
|
|
@ -177,7 +177,10 @@ namespace Myshipping.Application.Service.BookingOrderSeaeEdi.Dto
|
|
|
|
|
/// 场站
|
|
|
|
|
/// </summary>
|
|
|
|
|
public string YARD { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 状态
|
|
|
|
|
/// </summary>
|
|
|
|
|
public string State { get; set; }
|
|
|
|
|
public List<BookingOrderSeaeEdiCtnDto> EdiCtn { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|