增加了Serializable
This commit is contained in:
@@ -3,8 +3,10 @@ package com.mogo.module.service.entity;
|
||||
|
||||
import com.google.gson.annotations.Expose;
|
||||
|
||||
import java.io.Serializable;
|
||||
|
||||
@SuppressWarnings("unused")
|
||||
public class MarkerActivitiesScope {
|
||||
public class MarkerActivitiesScope implements Serializable {
|
||||
|
||||
@Expose
|
||||
private String content;
|
||||
|
||||
@@ -3,8 +3,10 @@ package com.mogo.module.service.entity;
|
||||
|
||||
import com.google.gson.annotations.Expose;
|
||||
|
||||
import java.io.Serializable;
|
||||
|
||||
@SuppressWarnings("unused")
|
||||
public class MarkerCarChat {
|
||||
public class MarkerCarChat implements Serializable {
|
||||
|
||||
@Expose
|
||||
private MarkerLocation location;
|
||||
|
||||
@@ -3,8 +3,10 @@ package com.mogo.module.service.entity;
|
||||
|
||||
import com.google.gson.annotations.Expose;
|
||||
|
||||
import java.io.Serializable;
|
||||
|
||||
@SuppressWarnings("unused")
|
||||
public class MarkerCarInfo {
|
||||
public class MarkerCarInfo implements Serializable {
|
||||
|
||||
@Expose
|
||||
private String carBrandLogoUrl;
|
||||
|
||||
@@ -1,11 +1,12 @@
|
||||
|
||||
package com.mogo.module.service.entity;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.util.List;
|
||||
import com.google.gson.annotations.Expose;
|
||||
|
||||
@SuppressWarnings("unused")
|
||||
public class MarkerCardResult {
|
||||
public class MarkerCardResult implements Serializable {
|
||||
|
||||
@Expose
|
||||
private List<MarkerCarChat> carChat;
|
||||
|
||||
@@ -3,8 +3,10 @@ package com.mogo.module.service.entity;
|
||||
|
||||
import com.google.gson.annotations.Expose;
|
||||
|
||||
import java.io.Serializable;
|
||||
|
||||
@SuppressWarnings("unused")
|
||||
public class MarkerDynamicData {
|
||||
public class MarkerDynamicData implements Serializable {
|
||||
|
||||
@Expose
|
||||
private Long id;
|
||||
|
||||
@@ -1,11 +1,12 @@
|
||||
|
||||
package com.mogo.module.service.entity;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.util.List;
|
||||
import com.google.gson.annotations.Expose;
|
||||
|
||||
@SuppressWarnings("unused")
|
||||
public class MarkerExploreWay {
|
||||
public class MarkerExploreWay implements Serializable {
|
||||
|
||||
@Expose
|
||||
private String addr;
|
||||
|
||||
@@ -3,8 +3,10 @@ package com.mogo.module.service.entity;
|
||||
|
||||
import com.google.gson.annotations.Expose;
|
||||
|
||||
import java.io.Serializable;
|
||||
|
||||
@SuppressWarnings("unused")
|
||||
public class MarkerExploreWayItem {
|
||||
public class MarkerExploreWayItem implements Serializable {
|
||||
|
||||
@Expose
|
||||
private String thumbnail;
|
||||
|
||||
@@ -3,8 +3,10 @@ package com.mogo.module.service.entity;
|
||||
|
||||
import com.google.gson.annotations.Expose;
|
||||
|
||||
import java.io.Serializable;
|
||||
|
||||
@SuppressWarnings("unused")
|
||||
public class MarkerHobbyDatum {
|
||||
public class MarkerHobbyDatum implements Serializable {
|
||||
|
||||
@Expose
|
||||
private String content;
|
||||
|
||||
@@ -3,8 +3,10 @@ package com.mogo.module.service.entity;
|
||||
|
||||
import com.google.gson.annotations.Expose;
|
||||
|
||||
import java.io.Serializable;
|
||||
|
||||
@SuppressWarnings("unused")
|
||||
public class MarkerLocation {
|
||||
public class MarkerLocation implements Serializable {
|
||||
|
||||
@Expose
|
||||
private String address;
|
||||
|
||||
@@ -1,11 +1,12 @@
|
||||
|
||||
package com.mogo.module.service.entity;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.util.List;
|
||||
import com.google.gson.annotations.Expose;
|
||||
|
||||
@SuppressWarnings("unused")
|
||||
public class MarkerOnlineCar {
|
||||
public class MarkerOnlineCar implements Serializable {
|
||||
|
||||
@Expose
|
||||
private List<MarkerActivitiesScope> activitiesScope;
|
||||
|
||||
@@ -3,8 +3,10 @@ package com.mogo.module.service.entity;
|
||||
|
||||
import com.google.gson.annotations.Expose;
|
||||
|
||||
import java.io.Serializable;
|
||||
|
||||
@SuppressWarnings("unused")
|
||||
public class MarkerResponse {
|
||||
public class MarkerResponse implements Serializable {
|
||||
|
||||
@Expose
|
||||
private Long code;
|
||||
|
||||
@@ -3,8 +3,10 @@ package com.mogo.module.service.entity;
|
||||
|
||||
import com.google.gson.annotations.Expose;
|
||||
|
||||
import java.io.Serializable;
|
||||
|
||||
@SuppressWarnings("unused")
|
||||
public class MarkerShareMusic {
|
||||
public class MarkerShareMusic implements Serializable {
|
||||
|
||||
@Expose
|
||||
private Long id;
|
||||
|
||||
@@ -3,10 +3,11 @@ package com.mogo.module.service.entity;
|
||||
|
||||
import com.google.gson.annotations.Expose;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.util.Calendar;
|
||||
|
||||
@SuppressWarnings("unused")
|
||||
public class MarkerUserInfo {
|
||||
public class MarkerUserInfo implements Serializable {
|
||||
|
||||
@Expose
|
||||
private int age;
|
||||
|
||||
Reference in New Issue
Block a user