[6.0.0] fix json

This commit is contained in:
zhongchao
2023-08-28 17:37:16 +08:00
parent 50b14efa98
commit 89faa64af2

View File

@@ -145,16 +145,6 @@ public class MarkerExploreWay implements Serializable {
return infoId;
}
public int getInfoIdInt() {
try {
return Integer.parseInt(infoId);
} catch (NumberFormatException e) {
e.printStackTrace();
return -1;
}
}
public void setInfoId(String infoId) {
this.infoId = infoId;
}