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