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