zhangqian
2023-11-09 02a84fb6fb2a39bfe7fc5cf6c0137bbf231b17fe
model/response/common.go
@@ -82,6 +82,7 @@
type Device struct {
   DeviceID   string `json:"deviceID,omitempty"`
   DeviceName string `json:"deviceName,omitempty"`
   NeedSetProcessParams bool   `json:"needSetProcessParams,omitempty"` //是否需要设置工艺参数
}
type DeviceListResponse struct {