hwh
2024-09-05 1d323f5377dd5f9a58d01954a6c12b9d5bd8a766
Web/src/api/wcs/wcsPlc.ts
@@ -5,7 +5,8 @@
  UpdateWcsPlc = '/api/wcsPlc/update',
  PageWcsPlc = '/api/wcsPlc/page',
  DetailWcsPlc = '/api/wcsPlc/detail',
  ListStatus='/api/wcsPlc/ListStatus'
  ListStatus = '/api/wcsPlc/ListStatus',
  ListPosition = 'api/wcsPlc/ListPosition'
}
// 增加PLC
@@ -56,3 +57,9 @@
         method: 'get'
      });
// 获取位置上有没有东西
export const listPosition = () =>
   request({
         url: Api.ListPosition,
         method: 'get'
      });