示例#1
0
 def post_count(self, value):
     return Count.board_post_count(self.id, value)
示例#2
0
 def post_count(self, value):
     return Count.board_post_count(self.id, value)
示例#3
0
 def post_count(self):
     return Count.board_post_count(self.id)
示例#4
0
 def post_count(self):
     return Count.board_post_count(self.id)