示例#1
0
 def __init__(self):
     BaseAccess.__init__(self, _table)
     self.event = event_bll()
     self.event_option = event_option_bll()
     self.gift = gift_bll()
     self.user = user_bll()
     self.address = address_bll()
示例#2
0
文件: admin.py 项目: pantera19/ido
 def __init__(self):
     BaseAccess.__init__(self, _table)
示例#3
0
 def __init__(self):
     BaseAccess.__init__(self, _table)
     self.event_option = event_option_bll()
示例#4
0
 def __init__(self):
     BaseAccess.__init__(self, _table)
     self.gift = gift_bll()