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