package com.iailab.netsdk.lib.enumeration; import com.iailab.netsdk.lib.NetSDKLib; /** * 使用性质 * * @author : 260611 * @since : Created in 2021/10/19 20:21 */ public class EM_USE_PROPERTY_TYPE extends NetSDKLib.SdkStructure { /** * éžè¥è¿ */ public static final int EM_USE_PROPERTY_NONOPERATING = 0; /** * 公路客è¿,æ—…æ¸¸å®¢è¿ */ public static final int EM_USE_PROPERTY_HIGWAY = 1; /** * å…¬äº¤å®¢è¿ */ public static final int EM_USE_PROPERTY_BUS = 2; /** * å‡ºç§Ÿå®¢è¿ */ public static final int EM_USE_PROPERTY_TAXI = 3; /** * è´§è¿ */ public static final int EM_USE_PROPERTY_FREIGHT = 4; /** * ç§Ÿèµ */ public static final int EM_USE_PROPERTY_LEASE = 5; /** * è¦ç”¨,消防,救护,工程救险 */ public static final int EM_USE_PROPERTY_SECURITY = 6; /** * 教练 */ public static final int EM_USE_PROPERTY_COACH = 7; /** * å¹¼å„¿æ ¡è½¦,å°å¦ç”Ÿæ ¡è½¦,å…¶ä»–æ ¡è½¦ */ public static final int EM_USE_PROPERTY_SCHOOLBUS = 8; /** * å±åŒ–å“è¿è¾“ */ public static final int EM_USE_PROPERTY_FOR_DANGE_VEHICLE = 9; /** * 其他 */ public static final int EM_USE_PROPERTY_OTHER = 10; /** * 网约车 */ public static final int EM_USE_PROPERTY_ONLINE_CAR_HAILING = 11; /** * éžæœºåŠ¨å¤–å–车 */ public static final int EM_USE_PROPERTY_NON_MOTORIZED_TAKE_OUT_VEHICLE = 12; /** * éžæœºåŠ¨å¿«é€’车 */ public static final int EM_USE_PROPERTY_NON_MOTORIZED_EXPRESS_CAR = 13; }