wxw
2024-08-30 d9e59ed2e947aff29b7c21a9b0e8b6e12d741692
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'
      });