提交 | 用户 | 时间
|
ce910c
|
1 |
package com.netsdk.lib.enumeration; |
H |
2 |
|
|
3 |
import com.netsdk.lib.NetSDKLib; |
|
4 |
|
|
5 |
|
|
6 |
/** |
|
7 |
* 工装检测报警规则类型 |
|
8 |
* |
|
9 |
* @author : 260611 |
|
10 |
* @since : Created in 2021/10/19 19:21 |
|
11 |
*/ |
|
12 |
public class EM_EVENT_WORKCLOTHES_RULE_TYPE extends NetSDKLib.SdkStructure { |
|
13 |
|
|
14 |
/** |
|
15 |
* 未知 |
|
16 |
*/ |
|
17 |
public static final int EM_EVENT_WORKCLOTHES_RULE_UNKNWON = 0; |
|
18 |
/** |
|
19 |
* 安全帽 |
|
20 |
*/ |
|
21 |
public static final int EM_EVENT_WORKCLOTHES_RULE_HELMET = 1; |
|
22 |
/** |
|
23 |
* 工作服 |
|
24 |
*/ |
|
25 |
public static final int EM_EVENT_WORKCLOTHES_RULE_CLOTHES = 2; |
|
26 |
/** |
|
27 |
* 工作裤 |
|
28 |
*/ |
|
29 |
public static final int EM_EVENT_WORKCLOTHES_RULE_PANTS = 3; |
|
30 |
/** |
|
31 |
* 防护服 |
|
32 |
*/ |
|
33 |
public static final int EM_EVENT_WORKCLOTHES_RULE_PROTECTIVESUIT = 4; |
|
34 |
/** |
|
35 |
* 鞋套 |
|
36 |
*/ |
|
37 |
public static final int EM_EVENT_WORKCLOTHES_RULE_SHOESCOVER = 5; |
|
38 |
} |