From 49f56cee1e2285fd32c43f35e3622d2ed6c5fec3 Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期六, 26 八月 2023 20:09:07 +0800 Subject: [PATCH] plc tag --- 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