dongyukun
2024-11-05 e8ad669f7c97d45cd23630dc101180a130d6c17e
提交 | 用户 | 时间
ce910c 1 package com.netsdk.lib.enumeration;
H 2
3 /**
4  * 制服样式
5  * @author 29779
6  *
7  */
8 public class EM_UNIFORM_STYLE {
9     public static final int EM_UNIFORM_STYLE_UNKNOWN = 0;                        // 未知
10     public static final int EM_UNIFORM_STYLE_POLICE  = 1;                        // 警服 
11 }