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