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