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