generated from dopt-python/py311
add WF for "not defined"
This commit is contained in:
parent
8280c04d2e
commit
ebdee2ecbf
@ -26,6 +26,7 @@ class FilterResult:
|
|||||||
|
|
||||||
|
|
||||||
class Workflows(enum.Enum):
|
class Workflows(enum.Enum):
|
||||||
|
ID_000 = 0
|
||||||
ID_100 = 100
|
ID_100 = 100
|
||||||
ID_200 = 200
|
ID_200 = 200
|
||||||
ID_900 = 900
|
ID_900 = 900
|
||||||
@ -38,8 +39,8 @@ class OrderQtyExprKwArgs:
|
|||||||
|
|
||||||
|
|
||||||
class Freigabe(enum.Enum):
|
class Freigabe(enum.Enum):
|
||||||
|
WF_000 = False
|
||||||
WF_100 = False
|
WF_100 = False
|
||||||
WF_200 = False
|
WF_200 = False
|
||||||
WF_900 = False
|
WF_900 = False
|
||||||
WF_910 = False
|
WF_910 = False
|
||||||
OPEN = False
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user