出库签收,新增输入参数

This commit is contained in:
alex
2023-06-28 11:25:46 +08:00
parent 4e8c1e372a
commit 6db872c17d
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)