| 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_CLOTHES_PATTERN extends NetSDKLib.SdkStructure { | 
|   | 
|     /** | 
|      *  未知 | 
|      */ | 
|     public static final int                    EM_CLOTHES_PATTERN_UNKNOWN = 0; | 
|     /** | 
|      *  纯色 | 
|      */ | 
|     public static final int                    EM_CLOTHES_PATTERN_PURE = 1; | 
|     /** | 
|      *  条纹 | 
|      */ | 
|     public static final int                    EM_CLOTHES_PATTERN_STRIPE = 2; | 
|     /** | 
|      *  图案 | 
|      */ | 
|     public static final int                    EM_CLOTHES_PATTERN_PATTERN = 3; | 
|     /** | 
|      *  缝隙 | 
|      */ | 
|     public static final int                    EM_CLOTHES_PATTERN_GAP = 4; | 
|     /** | 
|      *  格子 | 
|      */ | 
|     public static final int                    EM_CLOTHES_PATTERN_LATTICE = 5; | 
|     /** | 
|      *  拼接 | 
|      */ | 
|     public static final int                    EM_CLOTHES_PATTERN_SPLITJOIN = 6; | 
|     /** | 
|      *  碎花 | 
|      */ | 
|     public static final int                    EM_CLOTHES_PATTERN_FLORAL = 7; | 
| } |