belongsTo('App\Models\Icon','icon_id','id'); } //子权限 public function childs() { return $this->hasMany('App\Models\Permission','parent_id','id'); } }