def getCompanyId(self): ''' 获取hash后的公司编号 :return: ''' hh = HornerHashIds() return hh.encode(self.company_id)
def getHornerWaiterId(self): ''' 获取hash后的用户编号 :return: ''' hh = HornerHashIds() return hh.encode(self.id)
def getCompanyId(self): hh = HornerHashIds() return hh.encode(self.id)