zhangqian
2023-11-01 a1ee8a8943297956a118ce624bb03c97ea45ed75
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列表
}