This commit is contained in:
wangcongtao
2020-03-26 19:22:39 +08:00
parent d77b63e6fa
commit bb1de8acac
12 changed files with 150 additions and 26 deletions

View File

@@ -180,4 +180,10 @@ public interface IMogoMapUIController {
* @return
*/
EnumMapUI getCurrentUiMode();
/**
* 锁车状态
* @return
*/
boolean isCarLocked();
}