@ -1192,6 +1192,11 @@ public class SeaExportReq
/// 约主名称
/// </summary>
public string ContractClientName { get; set; }
/// <summary>
/// 船司航线
public string CarrierLane { get; set; }
}
@ -1379,4 +1379,9 @@ public class SeaExportRes
@ -1563,4 +1563,10 @@ public class SeaExport : BaseOrgModel<long>
[SugarColumn(ColumnDescription = "包装名称", IsNullable = true, Length = 50)]
public string KindPkgsName { get; set; }
[SugarColumn(ColumnDescription = "船司航线", IsNullable = true, Length = 100)]