This commit is contained in:
tongfei
2023-10-26 14:39:51 +08:00
parent 52c0f475d3
commit 6e3783e1fd
9 changed files with 264 additions and 11 deletions

View File

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