|
|
|
@ -864,9 +864,9 @@ public class SeaExport : BaseOrgModel<long>
|
|
|
|
|
public DateTime? CloseDocDate { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 截单备注
|
|
|
|
|
/// 截单备注(SI)
|
|
|
|
|
/// </summary>
|
|
|
|
|
[SqlSugar.SugarColumn(ColumnDescription = "截单备注", IsNullable = true, ColumnDataType = StaticConfig.CodeFirst_BigString)]
|
|
|
|
|
[SqlSugar.SugarColumn(ColumnDescription = "截单备注(SI)", IsNullable = true, ColumnDataType = StaticConfig.CodeFirst_BigString)]
|
|
|
|
|
public string CloseDocRemark { get; set; }
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 订舱备注
|
|
|
|
@ -1569,4 +1569,16 @@ public class SeaExport : BaseOrgModel<long>
|
|
|
|
|
/// </summary>
|
|
|
|
|
[SugarColumn(ColumnDescription = "船司航线", IsNullable = true, Length = 100)]
|
|
|
|
|
public string CarrierLane { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// SO备注
|
|
|
|
|
/// </summary>
|
|
|
|
|
[SqlSugar.SugarColumn(ColumnDescription = "SO备注", IsNullable = true, ColumnDataType = StaticConfig.CodeFirst_BigString)]
|
|
|
|
|
public string SORemark { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 签单要求
|
|
|
|
|
/// </summary>
|
|
|
|
|
[SugarColumn(ColumnDescription = "签单要求", IsNullable = true, Length = 200)]
|
|
|
|
|
public string IssueRemark { get; set; }
|
|
|
|
|
}
|