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
d0fafa78
Commit
d0fafa78
authored
Jan 10, 2024
by
suhuiguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.新增改造变更登记枚举
parent
9c880b49
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
6 deletions
+8
-6
BusinessTypeEnum.java
...ejoin/amos/boot/module/jg/api/enums/BusinessTypeEnum.java
+8
-6
No files found.
amos-boot-system-tzs/amos-boot-module-jg/amos-boot-module-jg-api/src/main/java/com/yeejoin/amos/boot/module/jg/api/enums/BusinessTypeEnum.java
View file @
d0fafa78
...
@@ -30,17 +30,19 @@ public enum BusinessTypeEnum {
...
@@ -30,17 +30,19 @@ public enum BusinessTypeEnum {
JG_CHANGE_REGISTRATION
(
"110"
,
"移装变更登记"
),
JG_CHANGE_REGISTRATION
(
"110"
,
"移装变更登记"
),
JG_
EQUIPMENT_STOP_START
(
"111"
,
"启动/停用
"
),
JG_
RENOVATION_REGISTRATION
(
"111"
,
"移装变更登记
"
),
JG_EQUIPMENT_
CANCEL
(
"112"
,
"设备注销
"
),
JG_EQUIPMENT_
STOP_START
(
"112"
,
"启动/停用
"
),
J
Y_OPENING_APPLICATION
(
"113"
,
"业务开通
"
),
J
G_EQUIPMENT_CANCEL
(
"113"
,
"设备注销
"
),
JY_
INSPECTION_APPLICATION_JD
(
"114"
,
"监督检验
"
),
JY_
OPENING_APPLICATION
(
"114"
,
"业务开通
"
),
JY_INSPECTION_APPLICATION_
DS
(
"115"
,
"定(首)
检验"
),
JY_INSPECTION_APPLICATION_
JD
(
"115"
,
"监督
检验"
),
JY_INSPECTION_APPLICATION_CHECK
(
"116"
,
"检验(含安全阀效验)"
);
JY_INSPECTION_APPLICATION_DS
(
"116"
,
"定(首)检验"
),
JY_INSPECTION_APPLICATION_CHECK
(
"117"
,
"检验(含安全阀效验)"
);
private
final
String
code
;
private
final
String
code
;
private
final
String
name
;
private
final
String
name
;
...
...
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