添加费用类型

usertest
ZR20090193-陈敬勇 6 months ago
parent 0b8f3c0d5c
commit 86785a5c7b

@ -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>

Loading…
Cancel
Save