Added group_work_center column in importer and exporter file

This commit is contained in:
dhanabalan
2025-07-03 13:34:35 +05:30
parent 4addab5573
commit 5543938eae
2 changed files with 9 additions and 1 deletions

View File

@@ -30,6 +30,8 @@ class LineExporter extends Exporter
->label('NAME'),
ExportColumn::make('type')
->label('TYPE'),
ExportColumn::make('group_work_center')
->label('GROUP WORK CENTER'),
ExportColumn::make('created_at')
->label('CREATED AT'),
ExportColumn::make('updated_at')