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