optimize
wet 2 years ago
parent 5e1ed518cd
commit 1928b52bc9

@ -672,7 +672,10 @@ namespace Myshipping.Application.Service.DataSync.Dto
public string EPCode { get; set; }
/// <summary>
/// 航线
/// </summary>
public string LineName { get; set; }
/// <summary>
/// 创建者名称
@ -1316,8 +1319,11 @@ namespace Myshipping.Application.Service.DataSync.Dto
public string WarehouseID { get; set; }
/// <summary>
/// 航线
/// </summary>
public string LineName { get; set; }
public string EPCode { get; set; }
public List<BookingCtnDto> ctnInputs { get; set; }

Loading…
Cancel
Save