hwh
2024-08-29 c725c305325e1e485a6804e5eced888056195125
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
   });