hwh
2024-09-06 c4f8cc1f88a83de4784b5fc90496ff79d377e321
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
});