|
|
@ -21,6 +21,13 @@ namespace DS.WMS.Core.Op.Entity
|
|
|
|
[SqlSugar.SugarColumn(ColumnDescription = "业务Id", IsNullable = false, Length = 100)]
|
|
|
|
[SqlSugar.SugarColumn(ColumnDescription = "业务Id", IsNullable = false, Length = 100)]
|
|
|
|
public long BusinessId { get; set; }
|
|
|
|
public long BusinessId { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
|
|
/// 业务类型 1.海运出口
|
|
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
|
|
[SqlSugar.SugarColumn(ColumnDescription = "业务类型 1.海运出口", IsNullable = false, DefaultValue = "1")]
|
|
|
|
|
|
|
|
public int BusinessType { get; set; } = 1;
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// 应收费用状态
|
|
|
|
/// 应收费用状态
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|