예제 #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)