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

@@ -26,9 +26,9 @@ namespace WMS.Web.Domain.Entitys
/// </summary>
public InstockStatus Status { get; set; }
/// <summary>
/// 入库类型:单据类型
/// 入库类型
/// </summary>
public OrderType Type { get; set; }
public InstockType Type { get; set; }
/// <summary>
/// 收货人
/// </summary>