| package com.ruoyi.utils.sdk.dhsdk.lib.enumeration; | 
|   | 
| import com.ruoyi.utils.sdk.dhsdk.lib.NetSDKLib; | 
|   | 
|   | 
| /** | 
|  * 包类型 | 
|  *  | 
|  * @author : 260611 | 
|  * @since : Created in 2021/10/19 19:35 | 
|  */ | 
| public class EM_BAG_TYPE extends NetSDKLib.SdkStructure { | 
|   | 
|     /** | 
|      *  未知 | 
|      */ | 
|     public static final int                    EM_BAG_UNKNOWN = 0; | 
|     /** | 
|      *  手提包 | 
|      */ | 
|     public static final int                    EM_BAG_HANDBAG = 1; | 
|     /** | 
|      *  肩包 | 
|      */ | 
|     public static final int                    EM_BAG_SHOULDERBAG = 2; | 
|     /** | 
|      *  背包 | 
|      */ | 
|     public static final int                    EM_BAG_KNAPSACK = 3; | 
|     /** | 
|      *  拉杆箱 | 
|      */ | 
|     public static final int                    EM_BAG_DRAWBARBOX = 4; | 
|     /** | 
|      *  腰包 | 
|      */ | 
|     public static final int                    EM_BAG_WAISTPACK = 5; | 
|     /** | 
|      *  无包 | 
|      */ | 
|     public static final int                    EM_BAG_NONE = 6; | 
| } |