Skip to content
Snippets Groups Projects
statisticalreport_model.py 197 B
Newer Older
from neomodel import StructuredNode, StringProperty, IntegerProperty,UniqueIdProperty, RelationshipTo

class StatisticalReport(StructuredNode):
	uid=UniqueIdProperty()
	report_name=StringProperty()