潘志宝
5 天以前 292674a4bd5146a816ad59e711f3661dab7502fd
提交 | 用户 | 时间
149dd0 1 package com.iailab.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 }