提高adas版本到1.0.6.3
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user