修复了数据引起的marker

This commit is contained in:
董宏宇
2020-01-13 20:53:24 +08:00
parent ee2b4991b5
commit 0f8c0f9e62

View File

@@ -31,7 +31,7 @@ public class MarkerDynamicData implements Serializable {
return type;
}
public void setType(Long type) {
public void setType(double type) {
this.type = type;
}