示例#1
0
文件: cores.py 项目: caimmy/horner
 def getCompanyId(self):
     '''
     获取hash后的公司编号
     :return:
     '''
     hh = HornerHashIds()
     return hh.encode(self.company_id)
示例#2
0
 def getHornerWaiterId(self):
     '''
     获取hash后的用户编号
     :return:
     '''
     hh = HornerHashIds()
     return hh.encode(self.id)
示例#3
0
文件: cores.py 项目: caimmy/horner
 def getCompanyId(self):
     hh = HornerHashIds()
     return hh.encode(self.id)