调整金蝶同步

This commit is contained in:
18942506660
2023-11-06 14:56:17 +08:00
parent 78db8b7f24
commit c4e4b1a59b
9 changed files with 158 additions and 12 deletions

View File

@@ -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;