Web/src/api/wcs/wcsDevice.ts
@@ -10,6 +10,7 @@ ListWcsDevice = '/api/wcsDevice/list', GetWcsPackPlcList='/api/wcsDevice/WcsPackPlcList', GetWcsPackStationPlcList='/api/wcsDevice/WcsPackStationPlcList', } // 增加设备信息 @@ -76,4 +77,11 @@ request({ url: Api.GetWcsPackPlcList, method: 'get' }); }); export const GetWcsPackStationPlcList = (params?: any) => request({ url: Api.GetWcsPackStationPlcList, method: 'get', data: params });