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