Added column routine_test_time for motor testing masters table

This commit is contained in:
dhanabalan
2025-06-03 16:32:31 +05:30
parent ce4f9d7246
commit 7760c64ed3
5 changed files with 50 additions and 0 deletions

View File

@@ -48,6 +48,8 @@ class MotorTestingMasterExporter extends Exporter
->label('Insulation Resistance Limit'),
ExportColumn::make('ins_res_type')
->label('Insulation Resistance Type'),
ExportColumn::make('routine_test_time')
->label('Routine Test Time'),
ExportColumn::make('res_ry_ll')
->label('Resistance RY LL'),
ExportColumn::make('res_ry_ul')