Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
2023-06-28 14:02:27 +08:00
3 changed files with 13 additions and 1 deletions

View File

@@ -18,6 +18,15 @@ namespace Tnb.WarehouseMgr.Entities.Dto.Inputs
/// <summary>
/// 载具ID
/// </summary>
public string carryId { get; set; }
public string carryId { get; set; }
public string new_carry_code { get; set; }
/// <summary>
/// 任务执行条码表
/// </summary>
public List<WmsDistaskCode> distaskCodes { get; set; }
}
}

View File

@@ -35,5 +35,6 @@ namespace Tnb.WarehouseMgr.Entities.Dto
}
}

View File

@@ -331,6 +331,8 @@ namespace Tnb.WarehouseMgr
{
}
//更新执行任务已签收
}
}
catch (Exception ex)