公告板
版本库
filestore
活动
搜索
登录
main
/
sccg_server
遂昌综合执法平台服务端
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
1
zhanghua
2024-09-28
d385d4d35e20d7b24bc6a00cac20c5fd5374c2d8
[sccg_server.git]
/
ycl-platform
/
src
/
main
/
java
/
com
/
dahua
/
netsdk
/
lib
/
enumeration
/
EM_UNIFORM_STYLE.java
1
2
3
4
5
6
7
8
9
10
11
package com.dahua.netsdk.lib.enumeration;
/**
* 制服样式
* @author 29779
*
*/
public class EM_UNIFORM_STYLE {
public static final int EM_UNIFORM_STYLE_UNKNOWN = 0; // 未知
public static final int EM_UNIFORM_STYLE_POLICE = 1; // 警服
}