zhangqian
2023-09-22 71cc6deae4b873c3382895054fe2bd6816290755
conf/config.go
@@ -76,6 +76,10 @@
      StandbyTime              int64
   }
   Prompt struct {
      SafeProduce string `json:"safeProduce,omitempty"`
   }
   config struct {
      // 系统配置
      System System
@@ -94,6 +98,8 @@
      //PLC
      PLC plc
      Prompt Prompt
   }
)