电梯并行优化,取消与重置任务逻辑优化

This commit is contained in:
2024-08-26 17:42:10 +08:00
parent f56c0ed321
commit 688e82e07e
7 changed files with 262 additions and 139 deletions

View File

@@ -29,6 +29,11 @@ namespace Tnb.WarehouseMgr.Entities.Dto.ErpInputs
/// </summary>
public string? instockorg_code { get; set; }
/// <summary>
/// 入库组织id
/// </summary>
public string? instockorg_id { get; set; }
/// <summary>
/// 供货日期
/// </summary>
@@ -89,5 +94,10 @@ namespace Tnb.WarehouseMgr.Entities.Dto.ErpInputs
/// </summary>
public string? warehouse_outstock { get; set; }
/// <summary>
/// 入库仓库
/// </summary>
public string? warehouse_instock_id { get; set; }
}
}