zhangxiaofeng 3 months ago
commit 2e47b255b7

@ -1192,6 +1192,11 @@ public class SeaExportReq
/// 约主名称
/// </summary>
public string ContractClientName { get; set; }
/// <summary>
/// 船司航线
/// </summary>
public string CarrierLane { get; set; }
}
/// <summary>

@ -1379,4 +1379,9 @@ public class SeaExportRes
/// 约主名称
/// </summary>
public string ContractClientName { get; set; }
/// <summary>
/// 船司航线
/// </summary>
public string CarrierLane { get; set; }
}

@ -1563,4 +1563,10 @@ public class SeaExport : BaseOrgModel<long>
/// </summary>
[SugarColumn(ColumnDescription = "包装名称", IsNullable = true, Length = 50)]
public string KindPkgsName { get; set; }
/// <summary>
/// 船司航线
/// </summary>
[SugarColumn(ColumnDescription = "船司航线", IsNullable = true, Length = 100)]
public string CarrierLane { get; set; }
}
Loading…
Cancel
Save