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