zhangqian
2023-08-19 3f8ef1823382da7080711e596ee11219c4ac3d89
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
}