|
|
|
@ -70,7 +70,7 @@ namespace DS.WMS.Core.Op.Entity
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 状态
|
|
|
|
|
/// </summary>
|
|
|
|
|
[SqlSugar.SugarColumn(ColumnDescription = "状态", Length = 64, IsNullable = true)]
|
|
|
|
|
[SqlSugar.SugarColumn(ColumnDescription = "状态", Length = 20, IsNullable = true)]
|
|
|
|
|
public string Status { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|