param = $param; } // public function map($row): array // { // return [ //// $row->date, //// $row->type, // // 添加更多列映射... // ]; // } public function headings(): array { return [ '日期', '类型(1个检2团检)', '数量', '金额', ]; } public function collection() { //创建一个对象 return $this->param ; } }