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