From 28addaa46cb97c20ad37e13eb10535de7b75e71c Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期三, 29 十一月 2023 19:29:43 +0800
Subject: [PATCH] 首次报工开始时间为工序开始时间

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

diff --git a/constvar/const.go b/constvar/const.go
index d426658..10a507d 100644
--- a/constvar/const.go
+++ b/constvar/const.go
@@ -133,4 +133,5 @@
 
 const (
 	ReportTypeSystemDeviceID ReportType = 1
+	ReportTypeReportWork     ReportType = 2
 )

--
Gitblit v1.8.0