[V2X模块重构]代码提交

[temp code]
This commit is contained in:
renwj
2021-12-31 10:20:48 +08:00
parent fafeed6d87
commit 9bb0e94a78
606 changed files with 30376 additions and 36 deletions

View File

@@ -256,7 +256,7 @@ public class MogoMarkerOptions extends Observable {
return this;
}
public MogoMarkerOptions object( Object object ) {
public MogoMarkerOptions data(Object object ) {
this.mObject = object;
return this;
}