Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-boot-biz
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
项目统一框架
amos-boot-biz
Commits
ebeb6689
Commit
ebeb6689
authored
Jun 24, 2021
by
tangwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加警情类型
parent
63f9919a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
2 deletions
+12
-2
AlertStageEnums.java
...ejoin/amos/boot/module/jcs/api/enums/AlertStageEnums.java
+12
-2
No files found.
amos-boot-module/amos-boot-module-api/amos-boot-module-jcs-api/src/main/java/com/yeejoin/amos/boot/module/jcs/api/enums/AlertStageEnums.java
View file @
ebeb6689
...
...
@@ -11,11 +11,21 @@ public enum AlertStageEnums {
CZGZ
(
"263"
,
"处置跟踪"
),
CZJS
(
"264"
,
"处置结束"
),
//
警情
类型
//
报警
类型
JQCB
(
"297"
,
"警情初报"
),
JQGB
(
"298"
,
"警情归并"
),
FJQ
(
"299"
,
"非警情"
),
QT
(
"300"
,
"其他"
);
QT
(
"300"
,
"其他"
),
//警情类型
YBHZ
(
"229"
,
"一般火灾"
),
HKJY
(
"230"
,
"航空器救援"
),
TFSJ
(
"235"
,
"突发事件救援"
),
LYXC
(
"237"
,
"漏油现场安全保障"
),
ZJBZ
(
"238"
,
"转机保障"
),
QTJQ
(
"242"
,
"其他"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment