From f0650a3cfc0da9941fdfddfcf89110d5985ae87b Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期四, 07 十二月 2023 15:12:37 +0800
Subject: [PATCH] 同步完工序状态后不再删除,增加同步状态

---
 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