优先级、巷道、分区
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user