wxw
2024-09-04 75a1cfdc9b88519fa7a2af57e8b7d615c063b656
Web/src/api/wcs/wcsDevice.ts
@@ -8,6 +8,8 @@
  GetWcsPlcPlcIdDropdown = '/api/wcsDevice/WcsPlcPlcIdDropdown',
  GeneratePos = '/api/wcsDevice/GeneratePos',
  ListWcsDevice = '/api/wcsDevice/list',
  GetWcsPackPlcList='/api/wcsDevice/WcsPackPlcList',
}
// 增加设备信息
@@ -67,4 +69,11 @@
   request({
   url: Api.ListWcsDevice,
   method: 'get'
   });
export const GetWcsPackPlcList = () =>
   request({
   url: Api.GetWcsPackPlcList,
   method: 'get'
   });