wxw
2024-09-10 6c010905f5e26438ea41a3faa62181975c89c9df
Web/src/api/wcs/wcsDevice.ts
@@ -8,6 +8,7 @@
  GetWcsPlcPlcIdDropdown = '/api/wcsDevice/WcsPlcPlcIdDropdown',
  GeneratePos = '/api/wcsDevice/GeneratePos',
  ListWcsDevice = '/api/wcsDevice/list',
  WriteValue = '/api/wcsdevice/writeValue',
  GetWcsPackPlcList='/api/wcsDevice/WcsPackPlcList',
  GetWcsPackStationPlcList='/api/wcsDevice/WcsPackStationPlcList',
@@ -102,3 +103,10 @@
      method: 'post',
      data: params,
});
//写入值
export const writeValue = (params?: any) =>
   request({
      url: Api.WriteValue,
      method: 'post',
      data: params,
});