仪表盘
版本库
文件存储
活动
搜索
登录
刘苏义
/
ruoyi-api
分支自
ard/ruoyi-api
概况
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
异步登录增加延迟时间避免接口频繁 修改大华通道数量获取
‘liusuyi’
2023-10-24
4a293865ac437a812eea8800cc0b04314efbd210
[~liusuyi/ruoyi-api.git]
/
ard-work
/
src
/
main
/
java
/
com
/
ruoyi
/
device
/
dhsdk
/
lib
/
enumeration
/
EM_UNIFORM_STYLE.java
1
2
3
4
5
6
7
8
9
10
11
package com.ruoyi.device.dhsdk.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; // 警服
}