fix
zhangqian
2023-12-08 2dea693b0d78246e0db41e8e2daaf6ad9cc3ed8c
constvar/const.go
@@ -136,3 +136,10 @@
   ReportTypeSystemDeviceID ReportType = 1
   ReportTypeReportWork     ReportType = 2
)
type SyncStatus int //同步状态
const (
   SyncStatusWait SyncStatus = 1 //待同步
   SyncStatusOk   SyncStatus = 2 //已完成
)