Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
hp-smart
Overview
Overview
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
platform
hp-smart
Commits
6d89f1fe
Commit
6d89f1fe
authored
Aug 12, 2024
by
liuyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2024-06-12 添加物料清单导入枚举
parent
541238a5
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
4 deletions
+9
-4
DocRouteEnum.java
src/main/java/com/baosight/hpjx/core/enums/DocRouteEnum.java
+9
-4
No files found.
src/main/java/com/baosight/hpjx/core/enums/DocRouteEnum.java
View file @
6d89f1fe
package
com
.
baosight
.
hpjx
.
co
mmon
;
package
com
.
baosight
.
hpjx
.
co
re
.
enums
;
import
com.baosight.hpjx.hp.sc.domain.HPSC002
;
import
com.baosight.hpjx.hp.sc.domain.HPSC002
;
...
@@ -11,9 +11,14 @@ import com.baosight.hpjx.hp.sc.domain.HPSC102;
...
@@ -11,9 +11,14 @@ import com.baosight.hpjx.hp.sc.domain.HPSC102;
*/
*/
public
enum
DocRouteEnum
{
public
enum
DocRouteEnum
{
HPSC002
(
"route_001"
,
"HPSC002"
,
"importData"
,
HPSC002
.
class
),
HPSC002
(
"route_001"
,
""
,
1
,
"HPSC002"
,
"importData"
,
HPSC002
.
class
),
HPSC006
(
"route_002"
,
"HPSC006"
,
"importData"
,
HPSC006
.
class
),
HPSC006
(
"route_002"
,
""
,
1
,
"HPSC006"
,
"importData"
,
HPSC006
.
class
),
HPSC102
(
"route_003"
,
"HPSC102"
,
"importData"
,
HPSC102
.
class
),;
HPSC102
(
"route_003"
,
""
,
1
,
"HPSC102"
,
"importData"
,
HPSC102
.
class
)
;
/**
* 唯一标识
*/
private
String
id
;
private
String
id
;
/**
/**
...
...
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