zhangqian
2023-08-24 e6c81b3916494ef51edc21774a27402d0f16c49c
model/response/common.go
@@ -39,11 +39,6 @@
   Value interface{}
}
type NetConfig struct {
   DeviceName   string
   DeviceStatus string
}
type ProductProgress struct {
   FinishNumber int
   FinishNumber int `json:"finishNumber"`
}