def __init__(self):
     BaseRepo.__init__(self, AttributeValue)
 def __init__(self):
     BaseRepo.__init__(self, UserRole)
 def __init__(self):
     BaseRepo.__init__(self, ProductAttribute)
示例#4
0
 def __init__(self):
     BaseRepo.__init__(self, UserRole)
     self.redis_set = RedisSet()
示例#5
0
 def __init__(self):
     BaseRepo.__init__(self, Location)
示例#6
0
 def __init__(self):
     BaseRepo.__init__(self, Menu)
     self.meal_repo = MealItemRepo()
示例#7
0
 def __init__(self):
     BaseRepo.__init__(self, Client)
示例#8
0
 def __init__(self):
     BaseRepo.__init__(self, StudentEvent)
示例#9
0
 def __init__(self):
     BaseRepo.__init__(self, UserProject)
示例#10
0
 def __init__(self):
     BaseRepo.__init__(self, UserEmployment)
示例#11
0
 def __init__(self):
     BaseRepo.__init__(self, Activity)
示例#12
0
 def __init__(self):
     BaseRepo.__init__(self, About)