| package com.ruoyi.utils.sdk.dhsdk.lib.enumeration; | 
|   | 
| import com.ruoyi.utils.sdk.dhsdk.lib.NetSDKLib; | 
|   | 
|   | 
| /** | 
|  * 标准车辆类型 | 
|  *  | 
|  * @author : 260611 | 
|  * @since : Created in 2021/10/19 20:21 | 
|  */ | 
| public class EM_STANDARD_VEHICLE_TYPE extends NetSDKLib.SdkStructure { | 
|   | 
|     /** | 
|      *  未知 | 
|      */ | 
|     public static final int                    EM_STANDARD_VEHICLE_UNKNOWN = 0; | 
|     /** | 
|      *  机动车 | 
|      */ | 
|     public static final int                    EM_STANDARD_VEHICLE_MOTOR = 1; | 
|     /** | 
|      *  公交车 | 
|      */ | 
|     public static final int                    EM_STANDARD_VEHICLE_BUS = 2; | 
|     /** | 
|      *  无牌机动车 | 
|      */ | 
|     public static final int                    EM_STANDARD_VEHICLE_UNLICENSED_MOTOR = 3; | 
|     /** | 
|      *  大型汽车 | 
|      */ | 
|     public static final int                    EM_STANDARD_VEHICLE_LARGE_CAR = 4; | 
|     /** | 
|      *  小型汽车 | 
|      */ | 
|     public static final int                    EM_STANDARD_VEHICLE_MICRO_CAR = 5; | 
|     /** | 
|      *  使馆汽车 | 
|      */ | 
|     public static final int                    EM_STANDARD_VEHICLE_EMBASSY_CAR = 6; | 
|     /** | 
|      *  领馆汽车 | 
|      */ | 
|     public static final int                    EM_STANDARD_VEHICLE_MARGINAL_CAR = 7; | 
|     /** | 
|      *  境外汽车 | 
|      */ | 
|     public static final int                    EM_STANDARD_VEHICLE_AREAOUT_CAR = 8; | 
|     /** | 
|      *  外籍汽车 | 
|      */ | 
|     public static final int                    EM_STANDARD_VEHICLE_FOREIGN_CAR = 9; | 
|     /** | 
|      *  农用运输车 | 
|      */ | 
|     public static final int                    EM_STANDARD_VEHICLE_FARM_TRANS_CAR = 10; | 
|     /** | 
|      *  拖拉机 | 
|      */ | 
|     public static final int                    EM_STANDARD_VEHICLE_TRACTOR = 11; | 
|     /** | 
|      *  挂车 | 
|      */ | 
|     public static final int                    EM_STANDARD_VEHICLE_TRAILER = 12; | 
|     /** | 
|      *  教练汽车 | 
|      */ | 
|     public static final int                    EM_STANDARD_VEHICLE_COACH_CAR = 13; | 
|     /** | 
|      *  试验汽车 | 
|      */ | 
|     public static final int                    EM_STANDARD_VEHICLE_TRIAL_CAR = 14; | 
|     /** | 
|      *  临时入境汽车 | 
|      */ | 
|     public static final int                    EM_STANDARD_VEHICLE_TEMPORARYENTRY_CAR = 15; | 
|     /** | 
|      *  临时入境摩托 | 
|      */ | 
|     public static final int                    EM_STANDARD_VEHICLE_TEMPORARYENTRY_MOTORCYCLE = 16; | 
|     /** | 
|      *  临时行驶车 | 
|      */ | 
|     public static final int                    EM_STANDARD_VEHICLE_TEMPORARY_STEER_CAR = 17; | 
|     /** | 
|      *  大货车 | 
|      */ | 
|     public static final int                    EM_STANDARD_VEHICLE_LARGE_TRUCK = 18; | 
|     /** | 
|      *  中货车 | 
|      */ | 
|     public static final int                    EM_STANDARD_VEHICLE_MID_TRUCK = 19; | 
|     /** | 
|      *  小货车 | 
|      */ | 
|     public static final int                    EM_STANDARD_VEHICLE_MICRO_TRUCK = 20; | 
|     /** | 
|      *  面包车 | 
|      */ | 
|     public static final int                    EM_STANDARD_VEHICLE_MICROBUS = 21; | 
|     /** | 
|      *  轿车 | 
|      */ | 
|     public static final int                    EM_STANDARD_VEHICLE_SALOON_CAR = 22; | 
|     /** | 
|      *  小轿车 | 
|      */ | 
|     public static final int                    EM_STANDARD_VEHICLE_CARRIAGE = 23; | 
|     /** | 
|      *  微型轿车 | 
|      */ | 
|     public static final int                    EM_STANDARD_VEHICLE_MINI_CARRIAGE = 24; | 
|     /** | 
|      *  SUV或者MPV | 
|      */ | 
|     public static final int                    EM_STANDARD_VEHICLE_SUV_MPV = 25; | 
|     /** | 
|      *  SUV | 
|      */ | 
|     public static final int                    EM_STANDARD_VEHICLE_SUV = 26; | 
|     /** | 
|      *  MPV | 
|      */ | 
|     public static final int                    EM_STANDARD_VEHICLE_MPV = 27; | 
|     /** | 
|      *  客车 | 
|      */ | 
|     public static final int                    EM_STANDARD_VEHICLE_PASSENGER_CAR = 28; | 
|     /** | 
|      *  大客车 | 
|      */ | 
|     public static final int                    EM_STANDARD_VEHICLE_MOTOR_BUS = 29; | 
|     /** | 
|      *  中客车 | 
|      */ | 
|     public static final int                    EM_STANDARD_VEHICLE_MID_PASSENGER_CAR = 30; | 
|     /** | 
|      *  小客车 | 
|      */ | 
|     public static final int                    EM_STANDARD_VEHICLE_MINI_BUS = 31; | 
|     /** | 
|      *  皮卡车 | 
|      */ | 
|     public static final int                    EM_STANDARD_VEHICLE_PICKUP = 32; | 
|     /** | 
|      *  油罐车 | 
|      */ | 
|     public static final int                    EM_STANDARD_VEHICLE_OILTANK_TRUCK = 33; | 
| } |