mirror of
https://github.com/OpenSPG/openspg.git
synced 2025-07-22 16:37:53 +00:00
93 lines
1.7 KiB
Python
93 lines
1.7 KiB
Python
# ATTENTION!
|
|
# This file is generated by Schema automatically, it will be refreshed after schema has been committed
|
|
# PLEASE DO NOT MODIFY THIS FILE!!!
|
|
#
|
|
|
|
class RiskMining:
|
|
def __init__(self):
|
|
self.App = self.App()
|
|
self.Cert = self.Cert()
|
|
self.Company = self.Company()
|
|
self.Device = self.Device()
|
|
self.Person = self.Person()
|
|
self.TaxOfRiskApp = self.TaxOfRiskApp()
|
|
self.TaxOfRiskUser = self.TaxOfRiskUser()
|
|
|
|
class App:
|
|
__typename__ = "RiskMining.App"
|
|
description = "description"
|
|
id = "id"
|
|
name = "name"
|
|
useCert = "useCert"
|
|
riskMark = "riskMark"
|
|
belongTo = "belongTo"
|
|
|
|
def __init__(self):
|
|
pass
|
|
|
|
class Cert:
|
|
__typename__ = "RiskMining.Cert"
|
|
description = "description"
|
|
id = "id"
|
|
name = "name"
|
|
certNum = "certNum"
|
|
|
|
def __init__(self):
|
|
pass
|
|
|
|
class Company:
|
|
__typename__ = "RiskMining.Company"
|
|
description = "description"
|
|
id = "id"
|
|
name = "name"
|
|
hasPhone = "hasPhone"
|
|
|
|
def __init__(self):
|
|
pass
|
|
|
|
class Device:
|
|
__typename__ = "RiskMining.Device"
|
|
description = "description"
|
|
id = "id"
|
|
name = "name"
|
|
umid = "umid"
|
|
install = "install"
|
|
|
|
def __init__(self):
|
|
pass
|
|
|
|
class Person:
|
|
__typename__ = "RiskMining.Person"
|
|
description = "description"
|
|
id = "id"
|
|
name = "name"
|
|
age = "age"
|
|
hasPhone = "hasPhone"
|
|
belongTo = "belongTo"
|
|
|
|
def __init__(self):
|
|
pass
|
|
|
|
class TaxOfRiskApp:
|
|
__typename__ = "RiskMining.TaxOfRiskApp"
|
|
description = "description"
|
|
id = "id"
|
|
name = "name"
|
|
stdId = "stdId"
|
|
alias = "alias"
|
|
|
|
def __init__(self):
|
|
pass
|
|
|
|
class TaxOfRiskUser:
|
|
__typename__ = "RiskMining.TaxOfRiskUser"
|
|
description = "description"
|
|
id = "id"
|
|
name = "name"
|
|
stdId = "stdId"
|
|
alias = "alias"
|
|
|
|
def __init__(self):
|
|
pass
|
|
|