hwh
2024-09-10 bc56ea2c4c79ac0251b2e9303b93bd31fe9bae12
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',
@@ -101,4 +102,11 @@
      url: Api.CloseTaskForPLC,
      method: 'post',
      data: params,
});
//写入值
export const writeValue = (params?: any) =>
   request({
      url: Api.WriteValue,
      method: 'post',
      data: params,
});