From 84fb8e390b83dc9482524c12d7af6c93405c3fc1 Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期五, 08 十二月 2023 16:36:32 +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