add car type to cmms machines

This commit is contained in:
2025-07-12 16:13:23 +03:30
parent a9019ed496
commit 0d5ff9fcd3

View File

@@ -47,6 +47,7 @@ class GetMachinesInfoListCommand extends Command
[
'car_name' => $entry['CarName'] == [] ? null : $entry['CarName'],
'car_group' => $entry['CarGroup'] == [] ? null : $entry['CarGroup'],
'car_type' => $entry['CarType'] == [] ? null : $entry['CarType'],
'machine_code' => $entry['MachineCode'],
'unit_name' => $entry['UnitName'],
'car_status' => $entry['Status'],