1
0
forked from poc/pds

Added created_at and updated_at column in weight validation model file

This commit is contained in:
dhanabalan
2026-01-29 16:49:52 +05:30
parent 4fe23afe13
commit 547ee4b78f

View File

@@ -25,6 +25,8 @@ class WeightValidation extends Model
'bundle_number',
'picked_weight',
'scanned_by',
'created_at',
'updated_at',
];
public function plant(): BelongsTo