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
a5c2b99f
Commit
a5c2b99f
authored
Mar 07, 2025
by
chenzhao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
超设计年限登记-委托检验
parent
62b721e6
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
19 additions
and
2 deletions
+19
-2
BizTypeEnum.java
.../yeejoin/amos/boot/module/jyjc/api/enums/BizTypeEnum.java
+2
-1
BusinessTypeEnum.java
...oin/amos/boot/module/jyjc/api/enums/BusinessTypeEnum.java
+2
-1
CategoryEnum.java
...yeejoin/amos/boot/module/jyjc/api/enums/CategoryEnum.java
+1
-0
JYJCTypeEnum.java
...yeejoin/amos/boot/module/jyjc/api/enums/JYJCTypeEnum.java
+1
-0
bizTypeInfo.json
...-module-jyjc-biz/src/main/resources/json/bizTypeInfo.json
+13
-0
No files found.
amos-boot-system-tzs/amos-boot-module-jyjc/amos-boot-module-jyjc-api/src/main/java/com/yeejoin/amos/boot/module/jyjc/api/enums/BizTypeEnum.java
View file @
a5c2b99f
...
@@ -22,7 +22,8 @@ public enum BizTypeEnum {
...
@@ -22,7 +22,8 @@ public enum BizTypeEnum {
SUPERVISE
(
"supervise"
,
"监督检验"
,
"115"
),
SUPERVISE
(
"supervise"
,
"监督检验"
,
"115"
),
FIRST_INSPECTION
(
"firstinspect"
,
"定(首)检"
,
"116"
),
FIRST_INSPECTION
(
"firstinspect"
,
"定(首)检"
,
"116"
),
DETECTION
(
"detection"
,
"电梯检测"
,
"117"
),
DETECTION
(
"detection"
,
"电梯检测"
,
"117"
),
BUSINESS_OPEN
(
"businessOpen"
,
"检验检测业务开通"
,
"114"
);
BUSINESS_OPEN
(
"businessOpen"
,
"检验检测业务开通"
,
"114"
),
ENTRUST
(
"entrust"
,
"委托检验"
,
"120"
);
private
String
code
;
private
String
code
;
private
String
name
;
private
String
name
;
...
...
amos-boot-system-tzs/amos-boot-module-jyjc/amos-boot-module-jyjc-api/src/main/java/com/yeejoin/amos/boot/module/jyjc/api/enums/BusinessTypeEnum.java
View file @
a5c2b99f
...
@@ -44,7 +44,8 @@ public enum BusinessTypeEnum {
...
@@ -44,7 +44,8 @@ public enum BusinessTypeEnum {
JY_INSPECTION_APPLICATION_DS
(
"116"
,
"定(首)检验"
),
JY_INSPECTION_APPLICATION_DS
(
"116"
,
"定(首)检验"
),
JY_INSPECTION_APPLICATION_CHECK
(
"117"
,
"电梯检测"
);
JY_INSPECTION_APPLICATION_CHECK
(
"117"
,
"电梯检测"
),
JY_INSPECTION_APPLICATION_ENTRUST
(
"120"
,
"委托检验"
);
private
final
String
code
;
private
final
String
code
;
private
final
String
name
;
private
final
String
name
;
...
...
amos-boot-system-tzs/amos-boot-module-jyjc/amos-boot-module-jyjc-api/src/main/java/com/yeejoin/amos/boot/module/jyjc/api/enums/CategoryEnum.java
View file @
a5c2b99f
...
@@ -15,6 +15,7 @@ import java.util.Set;
...
@@ -15,6 +15,7 @@ import java.util.Set;
public
enum
CategoryEnum
{
public
enum
CategoryEnum
{
DETECTION
(
"detection"
,
JYJCTypeEnum
.
DTJC
),
DETECTION
(
"detection"
,
JYJCTypeEnum
.
DTJC
),
FIRST_INSPECTION
(
"firstinspect"
,
JYJCTypeEnum
.
DQJY
,
JYJCTypeEnum
.
SCJY
),
FIRST_INSPECTION
(
"firstinspect"
,
JYJCTypeEnum
.
DQJY
,
JYJCTypeEnum
.
SCJY
),
ENTRUST
(
"entrust"
,
JYJCTypeEnum
.
WTJY
),
SUPERVISE
(
"supervise"
,
JYJCTypeEnum
.
WXJDJY
,
JYJCTypeEnum
.
GZJDJY
,
JYJCTypeEnum
.
AZJDJY
);
SUPERVISE
(
"supervise"
,
JYJCTypeEnum
.
WXJDJY
,
JYJCTypeEnum
.
GZJDJY
,
JYJCTypeEnum
.
AZJDJY
);
private
final
String
category
;
private
final
String
category
;
...
...
amos-boot-system-tzs/amos-boot-module-jyjc/amos-boot-module-jyjc-api/src/main/java/com/yeejoin/amos/boot/module/jyjc/api/enums/JYJCTypeEnum.java
View file @
a5c2b99f
...
@@ -24,6 +24,7 @@ public enum JYJCTypeEnum {
...
@@ -24,6 +24,7 @@ public enum JYJCTypeEnum {
WXJDJY
(
"WXJDJY"
,
"维修监督检验"
,
"jy"
,
BizTypeEnum
.
SUPERVISE
.
getCode
()),
WXJDJY
(
"WXJDJY"
,
"维修监督检验"
,
"jy"
,
BizTypeEnum
.
SUPERVISE
.
getCode
()),
SCJY
(
"SCJY"
,
"首次检验"
,
"jy"
,
BizTypeEnum
.
FIRST_INSPECTION
.
getCode
()),
SCJY
(
"SCJY"
,
"首次检验"
,
"jy"
,
BizTypeEnum
.
FIRST_INSPECTION
.
getCode
()),
DQJY
(
"DQJY"
,
"定期检验"
,
"jy"
,
BizTypeEnum
.
FIRST_INSPECTION
.
getCode
()),
DQJY
(
"DQJY"
,
"定期检验"
,
"jy"
,
BizTypeEnum
.
FIRST_INSPECTION
.
getCode
()),
WTJY
(
"WTJY"
,
"委托检验"
,
"jy"
,
BizTypeEnum
.
ENTRUST
.
getCode
()),
DTJC
(
"DTJC"
,
"电梯检测"
,
"jc"
,
BizTypeEnum
.
DETECTION
.
getCode
());
DTJC
(
"DTJC"
,
"电梯检测"
,
"jc"
,
BizTypeEnum
.
DETECTION
.
getCode
());
private
final
String
code
;
private
final
String
code
;
...
...
amos-boot-system-tzs/amos-boot-module-jyjc/amos-boot-module-jyjc-biz/src/main/resources/json/bizTypeInfo.json
View file @
a5c2b99f
...
@@ -10,6 +10,10 @@
...
@@ -10,6 +10,10 @@
"type"
:
"117"
,
"type"
:
"117"
,
"pageType"
:
"draft"
,
"pageType"
:
"draft"
,
"url"
:
"/mixuap?appId=1742358052905971713&id=1736733779709423618&roleIds={roleIds}&userId={userId}&pageType=edit"
"url"
:
"/mixuap?appId=1742358052905971713&id=1736733779709423618&roleIds={roleIds}&userId={userId}&pageType=edit"
},{
"type"
:
"120"
,
"pageType"
:
"draft"
,
"url"
:
"/mixuap?appId=1742358052905971713&id=1897529486077882370&roleIds={roleIds}&userId={userId}&pageType=edit"
},
},
{
{
"type"
:
"115"
,
"type"
:
"115"
,
...
@@ -27,7 +31,16 @@
...
@@ -27,7 +31,16 @@
"type"
:
"115"
,
"type"
:
"115"
,
"pageType"
:
"edit"
,
"pageType"
:
"edit"
,
"url"
:
"/mixuap?appId=1742358052905971713&id=1736647706878701570&roleIds={roleIds}&userId={userId}&pageType=edit"
"url"
:
"/mixuap?appId=1742358052905971713&id=1736647706878701570&roleIds={roleIds}&userId={userId}&pageType=edit"
},
{
"type"
:
"120"
,
"pageType"
:
"look"
,
"url"
:
"/mixuap?appId=1742358052905971713&id=1736647706878701570&roleIds={roleIds}&userId={userId}&pageType=look"
},
{
},
{
"type"
:
"120"
,
"pageType"
:
"edit"
,
"url"
:
"/mixuap?appId=1742358052905971713&id=1736647706878701570&roleIds={roleIds}&userId={userId}&pageType=edit"
},{
"type"
:
"116"
,
"type"
:
"116"
,
"pageType"
:
"edit"
,
"pageType"
:
"edit"
,
"url"
:
"/mixuap?appId=1742358052905971713&id=1736647706878701570&roleIds={roleIds}&userId={userId}&pageType=edit"
"url"
:
"/mixuap?appId=1742358052905971713&id=1736647706878701570&roleIds={roleIds}&userId={userId}&pageType=edit"
...
...
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