add the assignment to the runway sequencing
这个提交包含在:
@@ -11,4 +11,7 @@ class RunwayAssignmentType(Enum):
|
||||
class RunwaySequencing:
|
||||
def __init__(self, runway : Runway):
|
||||
self.Runway = runway
|
||||
self.Spacing = 3
|
||||
self.Spacing = 3
|
||||
self.ShallAssignments = {}
|
||||
self.ShouldAssignments = {}
|
||||
self.MayAssignments = {}
|
||||
在新工单中引用
屏蔽一个用户