From 302c591ca77dd4fb2b6e373d9912b91ee88f89f5 Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期三, 23 八月 2023 12:58:56 +0800 Subject: [PATCH] 下发工艺参数时使用nsq获取工艺参数 --- constvar/const.go | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/constvar/const.go b/constvar/const.go index 20868e5..c64e44b 100644 --- a/constvar/const.go +++ b/constvar/const.go @@ -11,7 +11,8 @@ type PlcStartAddressType string const ( - PlcStartAddressTypeFinishNumber = "1" + PlcStartAddressTypeFinishNumber = 1 + PlcStartAddressTypeTotalNumber = 2 ) const ( -- Gitblit v1.8.0