From c8303f55819e2d8b5a56e6316f79c2250d9b659c Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期日, 08 十月 2023 21:16:09 +0800 Subject: [PATCH] 工序更新时保存使用的工艺参数编号 --- conf/config.go | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/conf/config.go b/conf/config.go index 9b10476..53f53ea 100644 --- a/conf/config.go +++ b/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 } ) -- Gitblit v1.8.0