修复bug

This commit is contained in:
18942506660
2023-10-26 14:20:31 +08:00
parent 404819d101
commit 163c24d02c
2 changed files with 2 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ namespace WMS.Web.Domain.Entitys
/// 单据类型 /// 单据类型
/// </summary> /// </summary>
[Column("Type")] [Column("Type")]
public OrderType Type { get; set; } = OrderType.Sal; public OrderType Type { get; set; } = OrderType.Sal_Out;
/// <summary> /// <summary>
/// 创建人 /// 创建人

View File

@@ -34,7 +34,7 @@ namespace WMS.Web.Domain.Entitys
/// 单据类型 /// 单据类型
/// </summary> /// </summary>
[Column("Type")] [Column("Type")]
public OrderType Type { get; set; } = OrderType.Sal; public OrderType Type { get; set; } = OrderType.Sal_Out;
/// <summary> /// <summary>
/// 操作人(出库人) /// 操作人(出库人)
/// </summary> /// </summary>