add columns to cartable

This commit is contained in:
2025-09-29 11:44:42 +03:30
parent 38c24daa17
commit aa898576eb
6 changed files with 11 additions and 6 deletions

View File

@@ -25,7 +25,7 @@ class TransportationUnitService
'id', 'user_id', 'username', 'state_name', 'province_name', 'edare_shahri_name',
'description', 'requested_machines', 'type', 'type_fa', 'start_date', 'state_id',
'end_date', 'request_date', 'end_point', 'area', 'zone', 'zone_fa', 'start_time', 'finish_time',
'code', 'category_id', 'category_name', 'explanation'
'code', 'category_id', 'category_name', 'explanation', 'km'
]
);
}