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