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