18 lines
291 B
Python
18 lines
291 B
Python
# automatically generated by the FlatBuffers compiler, do not modify
|
|
|
|
# namespace: FlatData
|
|
|
|
class PurchaseServerTag(object):
|
|
Audit = 0
|
|
PreAudit = 1
|
|
Production = 2
|
|
Hotfix = 3
|
|
Temp1 = 4
|
|
Temp2 = 5
|
|
Temp3 = 6
|
|
Temp4 = 7
|
|
Temp5 = 8
|
|
Test = 9
|
|
TestIn = 10
|
|
|