|
|
|
@ -723,11 +723,7 @@ public class SeaExport : BaseOrgModel<long>
|
|
|
|
|
[SugarColumn(ColumnDescription = "运费协议号", IsNullable = true, Length = 100)]
|
|
|
|
|
public string ContractNo { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 订舱类型
|
|
|
|
|
/// </summary>
|
|
|
|
|
[SugarColumn(ColumnDescription = "订舱类型", IsNullable = true, Length = 50)]
|
|
|
|
|
public string BookingType { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 订舱编号
|
|
|
|
@ -1523,4 +1519,29 @@ public class SeaExport : BaseOrgModel<long>
|
|
|
|
|
/// </summary>
|
|
|
|
|
[SugarColumn(ColumnDescription = "签单地点代码", IsNullable = true, Length = 100)]
|
|
|
|
|
public string IssuePlaceCode { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 所属分部名称
|
|
|
|
|
/// </summary>
|
|
|
|
|
[SqlSugar.SugarColumn(ColumnDescription = "所属分部名称", IsNullable = true, Length = 100)]
|
|
|
|
|
public long SaleOrgName { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 订舱类型
|
|
|
|
|
/// </summary>
|
|
|
|
|
[SugarColumn(ColumnDescription = "订舱类型", IsNullable = true, Length = 50)]
|
|
|
|
|
public string BookingType { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 舱位类型
|
|
|
|
|
/// </summary>
|
|
|
|
|
[SugarColumn(ColumnDescription = "舱位类型", IsNullable = true, Length = 50)]
|
|
|
|
|
public string ShippingSpaceType { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 出单方式
|
|
|
|
|
/// </summary>
|
|
|
|
|
[SugarColumn(ColumnDescription = "出单方式", IsNullable = true, Length = 50)]
|
|
|
|
|
public string IssuingWay { get; set; }
|
|
|
|
|
}
|