add 4 item for reserch in mission cartable

This commit is contained in:
2025-12-27 14:42:25 +03:30
parent 9b094e9016
commit 5767387ed5
3 changed files with 3 additions and 3 deletions

View File

@@ -35,7 +35,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', 'km'
'code', 'category_id', 'category_name', 'explanation', 'km', 'city_id', 'city_name', 'province_id', 'station_name'
]
);
}