zhangqian
2023-10-20 9b1536674ac1814f6416273a6e9129925b984332
conf/config.go
@@ -73,6 +73,12 @@
      ModbusIntType            string
      SlaveId                  int
      Package                  string
      StandbyTime              int64
   }
   Prompt struct {
      SafeProduce     string `json:"safeProduce,omitempty"`
      PlcNotConnected string `json:"plcNotConnected,omitempty"`
   }
   config struct {
@@ -93,6 +99,8 @@
      //PLC
      PLC plc
      Prompt Prompt
   }
)