From 48ef530180aeec4f91517e2b86ef75745c28241c Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期五, 25 八月 2023 18:00:31 +0800
Subject: [PATCH] plc连接加入连接池并设置连接超时为5秒

---
 model/response/common.go |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/model/response/common.go b/model/response/common.go
index c7ebad6..ff33efc 100644
--- a/model/response/common.go
+++ b/model/response/common.go
@@ -41,4 +41,11 @@
 
 type ProductProgress struct {
 	FinishNumber int `json:"finishNumber"`
+	TotalNumber  int `json:"totalNumber"`
+}
+
+type TaskCountdown struct {
+	CountDownHour   int64 //鍊掕鏃� 鏃�
+	CountDownMinute int64 //鍊掕鏃� 鍒�
+	ShowCountDown   bool  //鏄惁灞曠ず鍊掕鏃�
 }

--
Gitblit v1.8.0