zhangqian
2023-11-13 6267ca2039e6538e4f687071e71e2ad2dda11d09
model/request/common.go
@@ -12,3 +12,7 @@
type SetCurrentDevice struct {
   CurrentDeviceID string `json:"currentDeviceID,omitempty"` //当前选定的生产设备
}
type DeviceConfig struct {
   NeedSetProcessParams bool `json:"needSetProcessParams,omitempty"` //是否需要设置工艺参数
}