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
15a0ea79
Commit
15a0ea79
authored
Jul 04, 2023
by
leizhan
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/develop_dl_3.7.0.9' into develop_dl_3.7.0.9
parents
8190b962
6091b4fd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
PointCheckTypeEnum.java
.../yeejoin/amos/patrol/common/enums/PointCheckTypeEnum.java
+4
-4
No files found.
amos-boot-module/amos-boot-module-api/amos-boot-module-patrol-api/src/main/java/com/yeejoin/amos/patrol/common/enums/PointCheckTypeEnum.java
View file @
15a0ea79
...
@@ -6,10 +6,10 @@ import java.util.List;
...
@@ -6,10 +6,10 @@ import java.util.List;
import
java.util.Map
;
import
java.util.Map
;
public
enum
PointCheckTypeEnum
{
public
enum
PointCheckTypeEnum
{
WGJC
(
"外观检查"
,
"
WGJC
"
),
WGJC
(
"外观检查"
,
"
外观检查
"
),
GNCS
(
"功能测试"
,
"
GNCS
"
),
GNCS
(
"功能测试"
,
"
功能测试
"
),
HJJC
(
"环境检查"
,
"
HJJC
"
),
HJJC
(
"环境检查"
,
"
环境检查
"
),
QT
(
"其他"
,
"
QT
"
);
QT
(
"其他"
,
"
其他
"
);
private
String
name
;
private
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