调整枚举
This commit is contained in:
@@ -34,7 +34,7 @@ namespace WMS.Web.Domain.Entitys
|
||||
/// 单据类型
|
||||
/// </summary>
|
||||
[Column("Type")]
|
||||
public InstockType Type { get; set; } = InstockType.Sal;
|
||||
public OrderType Type { get; set; } = OrderType.Sal;
|
||||
/// <summary>
|
||||
/// 操作人(出库人)
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user