zhangqian
2023-08-19 aab066ab2d90d235848f67d4aac3b15c8f778b3c
model/response/common.go
@@ -30,6 +30,11 @@
   DeviceStatus string
}
type ProcessParamsResponse struct {
   Number string
   Params []ProcessParams
}
type ProcessParams struct {
   Key   string
   Value interface{}
@@ -39,3 +44,7 @@
   DeviceName   string
   DeviceStatus string
}
type ProductProgress struct {
   FinishNumber int
}