From 2c96bc009ce9b92049293949d563a80fca9cd6c8 Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期一, 21 八月 2023 19:50:24 +0800 Subject: [PATCH] 下道工序取用方式更改 --- constvar/const.go | 12 ++++-------- 1 files changed, 4 insertions(+), 8 deletions(-) diff --git a/constvar/const.go b/constvar/const.go index 00642ca..63eece0 100644 --- a/constvar/const.go +++ b/constvar/const.go @@ -1,15 +1,11 @@ package constvar -type UserStatus int - -type UserType int - const ( - UserTypeSuper UserType = iota + 1 // 瓒呯骇绠$悊鍛� - UserTypePrimary // 涓昏处鎴� - UserTypeSub // 瀛愯处鎴� + NsqTopicScheduleTask = "aps.%v.scheduleTask" //鎺掔▼浠诲姟涓嬪彂 ) +type PlcStartAddressType string + const ( - ApsServerHost = "" + PlcStartAddressTypeFinishNumber = "1" ) -- Gitblit v1.8.0