From 8dfb8feb32bb5e4e460e23dcde42612a26fa2bcb Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期日, 27 八月 2023 01:11:28 +0800
Subject: [PATCH] fix

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

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

--
Gitblit v1.8.0