コード例 #1
0
ファイル: cores.py プロジェクト: caimmy/horner
 def getCompanyId(self):
     '''
     获取hash后的公司编号
     :return:
     '''
     hh = HornerHashIds()
     return hh.encode(self.company_id)
コード例 #2
0
ファイル: mongo_store.py プロジェクト: caimmy/horner
 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)