haoxuan
2023-11-06 39864dcc835f1e75efd3f20a99d50a7edae4a94f
src/api/plc.ts
@@ -3,4 +3,5 @@
  totalNumber: number
  /** 1断开 2生产中 3待机*/
  plcStatus: 1 | 2 | 3
  plcNotConnected: String
}