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