Added rework count column in model file of panel box validation
All checks were successful
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 11s

This commit is contained in:
dhanabalan
2026-08-26 12:11:42 +05:30
parent b2618b31c7
commit b7008f1f55

View File

@@ -30,6 +30,7 @@ class PanelBoxValidation extends Model
'panel_box_serial_number',
'panel_box_code',
'inspection_lot_number',
'rework_count',
'created_by',
'updated_by'
];