From c0ee957d3e355bfe9e97f36df96e3fe49ddd08e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=91=A3=E5=AE=8F=E5=AE=87?= Date: Fri, 13 Mar 2020 15:15:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=86=E8=BD=A6=E6=9C=BA?= =?UTF-8?q?=E7=9B=B4=E6=92=AD=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/mogo/module/common/entity/MarkerCarInfo.java | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/modules/mogo-module-common/src/main/java/com/mogo/module/common/entity/MarkerCarInfo.java b/modules/mogo-module-common/src/main/java/com/mogo/module/common/entity/MarkerCarInfo.java index 42e9055779..f149f21823 100644 --- a/modules/mogo-module-common/src/main/java/com/mogo/module/common/entity/MarkerCarInfo.java +++ b/modules/mogo-module-common/src/main/java/com/mogo/module/common/entity/MarkerCarInfo.java @@ -12,7 +12,7 @@ public class MarkerCarInfo implements Serializable { private String carBrandLogoUrl; private String carTypeName; private int carType; - private CarLive carLive; + private CarLiveInfo carLiveInfo; public String getCarBrandLogoUrl() { if (TextUtils.isEmpty(carBrandLogoUrl)) { @@ -44,15 +44,15 @@ public class MarkerCarInfo implements Serializable { this.carType = carType; } - public CarLive getCarLive() { - return carLive; + public CarLiveInfo getCarLiveInfo() { + return carLiveInfo; } - public void setCarLive(CarLive carLive) { - this.carLive = carLive; + public void setCarLiveInfo(CarLiveInfo carLiveInfo) { + this.carLiveInfo = carLiveInfo; } - class CarLive implements Serializable { + class CarLiveInfo implements Serializable { //rtmp视频直播地址rtmp:// private String videoUrl; //直播频道【直播心跳接口参数】C_1