hwh
2024-09-03 6bab6174e3eb0d8a37eade096ff70bf984e82439
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'
      });