增加序列号冻结启用
This commit is contained in:
@@ -84,7 +84,7 @@ namespace WMS.Web.Domain.Entitys
|
||||
/// <summary>
|
||||
/// 是否出库
|
||||
///</summary>
|
||||
[Column("IsOutStock")]
|
||||
public bool? IsOutStock { get; set; } = false;
|
||||
[Column("IsDelete")]
|
||||
public bool? IsDelete { get; set; } = false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user