Web/src/api/wcs/wcsDevice.ts
@@ -8,6 +8,8 @@ GetWcsPlcPlcIdDropdown = '/api/wcsDevice/WcsPlcPlcIdDropdown', GeneratePos = '/api/wcsDevice/GeneratePos', ListWcsDevice = '/api/wcsDevice/list', GetWcsPackPlcList='/api/wcsDevice/WcsPackPlcList', } // 增加设备信息 @@ -67,4 +69,11 @@ request({ url: Api.ListWcsDevice, method: 'get' }); export const GetWcsPackPlcList = () => request({ url: Api.GetWcsPackPlcList, method: 'get' });