统一单据类型
This commit is contained in:
@@ -33,7 +33,7 @@ namespace WMS.Web.Domain.Entitys
|
||||
/// <summary>
|
||||
/// 入库类型
|
||||
/// </summary>
|
||||
public InstockType Type { get; set; }
|
||||
public OrderType Type { get; set; }
|
||||
/// <summary>
|
||||
/// 收货人
|
||||
/// </summary>
|
||||
@@ -72,7 +72,7 @@ namespace WMS.Web.Domain.Entitys
|
||||
/// <param name="type"></param>
|
||||
/// <param name="sourceBillNo"></param>
|
||||
/// <param name="createTime"></param>
|
||||
public void Create(InstockType type,string sourceBillNo, DateTime createTime)
|
||||
public void Create(OrderType type,string sourceBillNo, DateTime createTime)
|
||||
{
|
||||
this.Status = InstockStatus.Wait;
|
||||
this.Type = type;
|
||||
|
||||
Reference in New Issue
Block a user