zhangqian
2023-08-23 06cff5f59c72d36b745515d98b9e645e92bb91a3
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"`
}