From efec800478214f3a412f879d2b51c2968515995d Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期六, 25 十一月 2023 17:04:25 +0800
Subject: [PATCH] plc断开连接时获取工序最后一次报工数量作为加工数

---
 constvar/const.go |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/constvar/const.go b/constvar/const.go
index e6f9b85..d426658 100644
--- a/constvar/const.go
+++ b/constvar/const.go
@@ -8,6 +8,7 @@
 	NsqTopicDeviceUpdate              = "aps.%v.device.update"           //璁惧淇℃伅鏇存敼
 	NsqTopicPullDataRequest           = "aps.%v.pull.data.request"       //鎷夊彇鏁版嵁璇锋眰
 	NsqTopicPullDataResponse          = "aps.%v.pull.data.response"      //鎷夊彇鏁版嵁鍝嶅簲
+	NsqTopicApsClientReportData       = "aps.%v.apsClient.report.data"   //apsClient涓婃姤鏁版嵁
 )
 
 type PlcStartAddressType int
@@ -127,3 +128,9 @@
 	SystemStatusValueNormal   SystemStatusValue = "1"
 	SystemStatusValueUnNormal SystemStatusValue = "2"
 )
+
+type ReportType int //涓婃姤绫诲瀷
+
+const (
+	ReportTypeSystemDeviceID ReportType = 1
+)

--
Gitblit v1.8.0