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 |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/constvar/const.go b/constvar/const.go
index 4f6c64f..63eece0 100644
--- a/constvar/const.go
+++ b/constvar/const.go
@@ -1,11 +1,11 @@
 package constvar
 
-type UserStatus int
+const (
+	NsqTopicScheduleTask = "aps.%v.scheduleTask" //鎺掔▼浠诲姟涓嬪彂
+)
 
-type UserType int
+type PlcStartAddressType string
 
 const (
-	UserTypeSuper   UserType = iota + 1 // 瓒呯骇绠$悊鍛�
-	UserTypePrimary                     // 涓昏处鎴�
-	UserTypeSub                         // 瀛愯处鎴�
+	PlcStartAddressTypeFinishNumber = "1"
 )

--
Gitblit v1.8.0