示例#1
0
 def get(self):
     return get_records(self.model)
示例#2
0
 def get(self, id):
     return get_records(self.model, id)