add car type to cmms machines
This commit is contained in:
@@ -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'],
|
||||
|
||||
Reference in New Issue
Block a user