haoxuan
2024-01-19 13f102240d9c0c9d5a133fb093551f2e08d7c55c
src/api/plc.ts
@@ -3,4 +3,5 @@
  totalNumber: number
  /** 1断开 2生产中 3待机*/
  plcStatus: 1 | 2 | 3
  plcNotConnected: String
}