修改故障求助marker显示实现方式
修改自车图标设置实现
This commit is contained in:
@@ -6,8 +6,11 @@ package com.mogo.module.common.entity;
|
||||
* @author tongchenfei
|
||||
*/
|
||||
public class OwnCarModelEntity {
|
||||
private boolean isLocked;
|
||||
private String ownCarLocationUrl;
|
||||
private String adasCarModelUrl;
|
||||
/**
|
||||
* 图片锁定 1-是 0-否
|
||||
*/
|
||||
private int isLock;
|
||||
private String imageUrl;
|
||||
private String imageName;
|
||||
private int level;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user