hwh
2024-09-06 92338ab006f0e23f286a0914e4456c4f3a1c1b7b
Web/src/api/wcs/wcsDevice.ts
@@ -10,6 +10,7 @@
  ListWcsDevice = '/api/wcsDevice/list',
  GetWcsPackPlcList='/api/wcsDevice/WcsPackPlcList',
  GetWcsPackStationPlcList='/api/wcsDevice/WcsPackStationPlcList',
}
// 增加设备信息
@@ -76,4 +77,11 @@
   request({
   url: Api.GetWcsPackPlcList,
   method: 'get'
   });
});
export const GetWcsPackStationPlcList = (params?: any) =>
   request({
   url: Api.GetWcsPackStationPlcList,
   method: 'get',
   data: params
});