|
|
|
@ -1432,4 +1432,34 @@ public class SeaExport : BaseOrgModel<long>
|
|
|
|
|
[SugarColumn(ColumnDescription = "运输条款代码", IsNullable = true, Length = 30)]
|
|
|
|
|
public string ServiceCode { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 最后下货纸比对状态 NO_DIFF-无异常;DIFF-有差异;NO_YARD-无场站数据;EXPT-异常
|
|
|
|
|
/// </summary>
|
|
|
|
|
[SugarColumn(ColumnDescription = "最后下货纸比对状态", IsNullable = true, Length = 20)]
|
|
|
|
|
public string LstShipOrderCompareRlt { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 最后下货纸比对时间
|
|
|
|
|
/// </summary>
|
|
|
|
|
[SugarColumn(ColumnDescription = "最后下货纸比对时间", IsNullable = true)]
|
|
|
|
|
public Nullable<DateTime> LstShipOrderCompareDate { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 最后下货纸比对批次号
|
|
|
|
|
/// </summary>
|
|
|
|
|
[SugarColumn(ColumnDescription = "最后下货纸比对批次号", IsNullable = true, Length = 64)]
|
|
|
|
|
public string LstShipOrderCompareId { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 最后下货纸比对状态 NO_DIFF-无异常;DIFF-有差异;NO_YARD-无场站数据;EXPT-异常
|
|
|
|
|
/// </summary>
|
|
|
|
|
[SugarColumn(ColumnDescription = "最后下货纸比对状态", IsNullable = true, Length = 30)]
|
|
|
|
|
public string LstShipOrderCompareRltName { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 最后下货纸比对方式 MANUAL-手动 AUTO-自动
|
|
|
|
|
/// </summary>
|
|
|
|
|
[SugarColumn(ColumnDescription = "最后下货纸比对方式 MANUAL-手动 AUTO-自动", IsNullable = true, Length = 20)]
|
|
|
|
|
public string LstShipOrderCompareMode { get; set; }
|
|
|
|
|
|
|
|
|
|
}
|