wxw
2024-09-02 54da8a22c438e1495b9c5fbae75ca9d4b5ca7335
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'
   });