Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
datax-cloud
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
黄营
datax-cloud
Commits
5841b881
Commit
5841b881
authored
Sep 14, 2020
by
yuwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
项目初始化
parent
91ca57bb
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
DataConstant.java
...core/src/main/java/cn/datax/common/core/DataConstant.java
+5
-4
No files found.
datax-common/datax-common-core/src/main/java/cn/datax/common/core/DataConstant.java
View file @
5841b881
...
@@ -106,10 +106,11 @@ public class DataConstant {
...
@@ -106,10 +106,11 @@ public class DataConstant {
* 流程审核状态
* 流程审核状态
*/
*/
public
enum
AuditState
{
public
enum
AuditState
{
WAIT
(
"1"
,
"待
审核
"
),
WAIT
(
"1"
,
"待
提交
"
),
AUDIT
(
"2"
,
"审核中"
),
AUDIT
(
"2"
,
"审核中"
),
PASS
(
"3"
,
"审核通过"
),
AGREE
(
"3"
,
"成功"
),
NOTPASS
(
"4"
,
"审核不通过"
);
REJECT
(
"4"
,
"失败"
),
CANCEL
(
"5"
,
"已取消"
);
AuditState
(
String
key
,
String
val
){
AuditState
(
String
key
,
String
val
){
this
.
key
=
key
;
this
.
key
=
key
;
this
.
val
=
val
;
this
.
val
=
val
;
...
@@ -132,7 +133,7 @@ public class DataConstant {
...
@@ -132,7 +133,7 @@ public class DataConstant {
*/
*/
public
enum
ApproveState
{
public
enum
ApproveState
{
REJECT
(
"0"
,
"不通过"
),
REJECT
(
"0"
,
"不通过"
),
PASS
(
"1"
,
"通过"
);
AGREE
(
"1"
,
"通过"
);
ApproveState
(
String
key
,
String
val
){
ApproveState
(
String
key
,
String
val
){
this
.
key
=
key
;
this
.
key
=
key
;
this
.
val
=
val
;
this
.
val
=
val
;
...
...
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