Web/src/api/wcs/wcsDevice.ts
@@ -6,6 +6,8 @@ PageWcsDevice = '/api/wcsDevice/page', DetailWcsDevice = '/api/wcsDevice/detail', GetWcsPlcPlcIdDropdown = '/api/wcsDevice/WcsPlcPlcIdDropdown', GeneratePos = '/api/wcsDevice/GeneratePos', ListWcsDevice = '/api/wcsDevice/list', } // 增加设备信息 @@ -54,3 +56,15 @@ method: 'get' }); export const generatePos = (params?: any) => request({ url: Api.GeneratePos, method: 'post', data: params }); export const listWcsDevice = () => request({ url: Api.ListWcsDevice, method: 'get' });