Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
Z
zlmy-cloud
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
zlmy
zlmy-cloud
Commits
3322bdcc
Commit
3322bdcc
authored
Apr 24, 2025
by
Rensq
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新作业类型枚举值编码
parent
8cc60b6d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
WorkTypeEnum.java
...va/com/testor/module/hazard/model/enums/WorkTypeEnum.java
+7
-7
No files found.
zlmy-modules/zlmy-boot/src/main/java/com/testor/module/hazard/model/enums/WorkTypeEnum.java
View file @
3322bdcc
...
@@ -30,37 +30,37 @@ public enum WorkTypeEnum {
...
@@ -30,37 +30,37 @@ public enum WorkTypeEnum {
/**
/**
* 临时用电作业
* 临时用电作业
*/
*/
TEMPORARY_ELECTRICITY_WORK
(
"
5
"
,
"临时用电作业"
),
TEMPORARY_ELECTRICITY_WORK
(
"
16
"
,
"临时用电作业"
),
/**
/**
* 吊装作业
* 吊装作业
*/
*/
LIFTING_WORK
(
"
6
"
,
"吊装作业"
),
LIFTING_WORK
(
"
9
"
,
"吊装作业"
),
/**
/**
* 动土作业
* 动土作业
*/
*/
EARTHWORK
(
"
7
"
,
"动土作业"
),
EARTHWORK
(
"
10
"
,
"动土作业"
),
/**
/**
* 断路作业
* 断路作业
*/
*/
DISCONNECTION_WORK
(
"
8
"
,
"断路作业"
),
DISCONNECTION_WORK
(
"
11
"
,
"断路作业"
),
/**
/**
* 液氨接卸作业
* 液氨接卸作业
*/
*/
AMMONIA_UNLOADING
(
"9"
,
"液氨接卸作业"
),
AMMONIA_UNLOADING
(
"
1
9"
,
"液氨接卸作业"
),
/**
/**
* 熏蒸作业
* 熏蒸作业
*/
*/
FUMIGATION_WORK
(
"1
0
"
,
"熏蒸作业"
),
FUMIGATION_WORK
(
"1
7
"
,
"熏蒸作业"
),
/**
/**
* 环流熏蒸作业
* 环流熏蒸作业
*/
*/
CIRCULATING_FUMIGATION
(
"1
1
"
,
"环流熏蒸作业"
),
CIRCULATING_FUMIGATION
(
"1
8
"
,
"环流熏蒸作业"
),
/**
/**
* 进仓
* 进仓
...
...
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