'int', 'pid' => 'int', 'title' => 'string', 'priority' => 'int' ]; public function pcate() { return $this->hasOne(ComjobsCate::class,'id','pid'); } }