优先级、巷道、分区
This commit is contained in:
@@ -56,6 +56,10 @@ namespace Tnb.WarehouseMgr.Entities.Dto.Inputs
|
||||
/// </summary>
|
||||
public bool isChangeCarryLoc2StartLoc { get; set; } = true;
|
||||
|
||||
}
|
||||
/// <summary>
|
||||
/// 优先级
|
||||
/// </summary>
|
||||
public int priority { get; set; } = 0;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -23,5 +23,13 @@
|
||||
public int BllType { get; set; }
|
||||
|
||||
public int Size { get; set; }
|
||||
|
||||
public string Region_id { get; set; }
|
||||
|
||||
// 排除有任务的通道
|
||||
public bool AvoidBusyPassage { get; set; } = false;
|
||||
|
||||
// 巷道
|
||||
public string passage { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -41,5 +41,13 @@
|
||||
/// 箱号
|
||||
/// </summary>
|
||||
public string? container_no { get; set; }
|
||||
|
||||
public string Region_id { get; set; }
|
||||
|
||||
// 排除有任务的通道
|
||||
public bool AvoidBusyPassage { get; set; } = false;
|
||||
|
||||
// 是否过滤载具占用状态
|
||||
public bool filter_carry_status { get; set; } = true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user