调整枚举

This commit is contained in:
18942506660
2023-10-26 14:12:36 +08:00
parent af49eee854
commit 580540f9f0
3 changed files with 27 additions and 2 deletions

View File

@@ -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>