'boolean', 'is_recommend' => 'boolean', ]; // 排序字段名称,默认值为 order protected $orderColumn = 'sort'; // 标题字段名称,默认值为 title protected $titleColumn = 'name'; public function getDefaultParentId() { return $this->parent_id; } }