|
@@ -9,6 +9,7 @@ public class DictConstants {
|
|
|
|
|
|
//字典类型
|
|
|
public static final String LEVEL = "level";//级别
|
|
|
+ public static final String MODEL_LABEL = "modelLabel";//车辆模型
|
|
|
public static final String VEHICLE_TYPE = "vehicleType";//车辆类型
|
|
|
public static final String DRIVE_TYPE = "driveType";//驱动方式
|
|
|
public static final String COORDINATE = "coordinate";//坐标系
|