调整枚举

This commit is contained in:
18942506660
2023-10-26 14:09:56 +08:00
parent 168c85b764
commit af49eee854
3 changed files with 27 additions and 2 deletions

View File

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