コード例 #1
0
ファイル: ticket.py プロジェクト: leeccong/code
 def get_comments(self):
     comments = TicketComment.gets_by_ticketid(self.id)
     return comments
コード例 #2
0
 def get_comments(self):
     comments = TicketComment.gets_by_ticketid(self.id)
     return comments