zhangqian
2023-12-01 c5b867e4bd11d6f480ccadc0882a81f6b7b6d521
model/response/common.go
@@ -80,8 +80,9 @@
)
type Device struct {
   DeviceID   string `json:"deviceID,omitempty"`
   DeviceName string `json:"deviceName,omitempty"`
   DeviceID             string `json:"deviceID"`
   DeviceName           string `json:"deviceName"`
   NeedSetProcessParams bool   `json:"needSetProcessParams"` //是否需要设置工艺参数
}
type DeviceListResponse struct {