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