zhangqian
2023-10-21 15f1cdb2c358d1c120b5ab4bc28ef596e3d93b80
conf/config.go
@@ -76,6 +76,11 @@
      StandbyTime              int64
   }
   Prompt struct {
      SafeProduce     string `json:"safeProduce,omitempty"`
      PlcNotConnected string `json:"plcNotConnected,omitempty"`
   }
   config struct {
      // 系统配置
      System System
@@ -94,6 +99,8 @@
      //PLC
      PLC plc
      Prompt Prompt
   }
)