ids)) { $model->whereIn('bill_id', (array) $this->ids); } return $model->get(); } public function fields(): array { return [ 'bill_id', 'code', 'name', 'amount', 'sort_order', ]; } }