调整金蝶同步
This commit is contained in:
@@ -44,7 +44,7 @@ namespace WMS.Web.Domain.Entitys
|
||||
/// 单据类型
|
||||
/// </summary>
|
||||
[Column("Type")]
|
||||
public OrderType Type { get; set; } = OrderType.Sal_Out;
|
||||
public OutStockType Type { get; set; } = OutStockType.Sal;
|
||||
/// <summary>
|
||||
/// 发货组织
|
||||
///</summary>
|
||||
@@ -78,7 +78,7 @@ namespace WMS.Web.Domain.Entitys
|
||||
/// 创建
|
||||
/// </summary>
|
||||
/// <param name="creatorId"></param>
|
||||
public void Create(int creatorId,int taskId, OrderType type)
|
||||
public void Create(int creatorId,int taskId, OutStockType type)
|
||||
{
|
||||
this.TaskId = taskId;
|
||||
this.Type = type;
|
||||
|
||||
Reference in New Issue
Block a user