修改类型
This commit is contained in:
@@ -11,7 +11,7 @@ public class MarkerCarInfo implements Serializable {
|
||||
|
||||
private String carBrandLogoUrl;
|
||||
private String carTypeName;
|
||||
private String carType;
|
||||
private int carType;
|
||||
private CarLive carLive;
|
||||
|
||||
public String getCarBrandLogoUrl() {
|
||||
@@ -36,11 +36,11 @@ public class MarkerCarInfo implements Serializable {
|
||||
this.carTypeName = carTypeName;
|
||||
}
|
||||
|
||||
public String getCarType() {
|
||||
public int getCarType() {
|
||||
return carType;
|
||||
}
|
||||
|
||||
public void setCarType(String carType) {
|
||||
public void setCarType(int carType) {
|
||||
this.carType = carType;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user