model/response/common.go
@@ -69,3 +69,9 @@ Event string Data interface{} } type DeviceListResponse struct { SystemDeviceID string `json:"systemDeviceID,omitempty"` //工控机设备ID CurrentDeviceID string `json:"currentDeviceID,omitempty"` //当前选定的生产设备 DeviceIDList []string `json:"deviceIDList,omitempty"` //生产设备id列表 }