This commit is contained in:
tongfei
2023-10-26 14:13:12 +08:00
13 changed files with 178 additions and 2 deletions

View File

@@ -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>
/// 创建人

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>