示例#1
0
文件: Job.php 项目: idoqo/yedoe
 public function getBids($page, $limit)
 {
     return Application::getAppFor($this->jobId, $page, $limit);
 }