提高adas版本到1.0.6.3

This commit is contained in:
tongchenfei
2020-11-13 16:47:26 +08:00
parent 0402012140
commit 690179d053
5 changed files with 40 additions and 6 deletions

View File

@@ -0,0 +1,13 @@
package com.mogo.module.common.entity;
/**
* 自车模型实体用于从服务端获取不同等级的自车模型信息以及将此信息传递给adas
*
* @author tongchenfei
*/
public class OwnCarModelEntity {
private boolean isLocked;
private String ownCarLocationUrl;
private String adasCarModelUrl;
private int level;
}