hwh
2024-09-02 3609a43ca4d7842a839524dee1baaf4f84bc4801
Web/src/api/wcs/wcsPlc.ts
@@ -5,6 +5,7 @@
  UpdateWcsPlc = '/api/wcsPlc/update',
  PageWcsPlc = '/api/wcsPlc/page',
  DetailWcsPlc = '/api/wcsPlc/detail',
  ListStatus='/api/wcsPlc/ListStatus'
}
// 增加PLC
@@ -48,3 +49,10 @@
      });
// 获取PLC连接状态和服务状态
export const listStatus = () =>
   request({
         url: Api.ListStatus,
         method: 'get'
      });