Web/src/api/wcs/wcsDevice.ts
@@ -7,6 +7,7 @@ DetailWcsDevice = '/api/wcsDevice/detail', GetWcsPlcPlcIdDropdown = '/api/wcsDevice/WcsPlcPlcIdDropdown', GeneratePos = '/api/wcsDevice/GeneratePos', ListWcsDevice = '/api/wcsDevice/list', } // 增加设备信息 @@ -61,4 +62,9 @@ method: 'post', data: params }); export const listWcsDevice = () => request({ url: Api.ListWcsDevice, method: 'get' });