bug处理 料箱出7号线逻辑

This commit is contained in:
2024-05-30 09:44:01 +08:00
parent c4aa174ff9
commit 7bcb2f63eb
11 changed files with 677 additions and 619 deletions

View File

@@ -38,6 +38,11 @@ namespace Tnb.WarehouseMgr.Entities.Dto.Inputs
/// </summary>
public bool isExcuteMission { get; set; } = true;
/// <summary>
/// 是否变更载具位置为任务起点
/// </summary>
public bool isChangeCarryLoc2StartLoc { get; set; } = true;
}
}