From 288d78f66ecd1b628e8d1df7a3da99fc5e6880ec Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期五, 08 十二月 2023 14:13:37 +0800
Subject: [PATCH] debug

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

diff --git a/constvar/const.go b/constvar/const.go
index 7e0671c..65d9828 100644
--- a/constvar/const.go
+++ b/constvar/const.go
@@ -136,3 +136,10 @@
 	ReportTypeSystemDeviceID ReportType = 1
 	ReportTypeReportWork     ReportType = 2
 )
+
+type SyncStatus int //鍚屾鐘舵��
+
+const (
+	SyncStatusWait SyncStatus = 1 //寰呭悓姝�
+	SyncStatusOk   SyncStatus = 2 //宸插畬鎴�
+)

--
Gitblit v1.8.0