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