zhangqian
2023-08-25 48ef530180aeec4f91517e2b86ef75745c28241c
model/response/common.go
@@ -39,11 +39,13 @@
   Value interface{}
}
type NetConfig struct {
   DeviceName   string
   DeviceStatus string
type ProductProgress struct {
   FinishNumber int `json:"finishNumber"`
   TotalNumber  int `json:"totalNumber"`
}
type ProductProgress struct {
   FinishNumber int
type TaskCountdown struct {
   CountDownHour   int64 //倒计时 时
   CountDownMinute int64 //倒计时 分
   ShowCountDown   bool  //是否展示倒计时
}