zhangqian
2023-10-31 dd75b36c03049be232a94d97eff1c4a5cc751fb5
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列表
}