Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dsk-operate-sys-cscec
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
fulixin
dsk-operate-sys-cscec
Commits
aa202e11
Commit
aa202e11
authored
Feb 05, 2024
by
施翔轲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
二期项目常量信息
parent
bca2222c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
48 additions
and
0 deletions
+48
-0
CbProjectConstants.java
.../main/java/com/dsk/cscec/constant/CbProjectConstants.java
+48
-0
No files found.
dsk-module/dsk-biz-api/src/main/java/com/dsk/cscec/constant/CbProjectConstants.java
0 → 100644
View file @
aa202e11
package
com
.
dsk
.
cscec
.
constant
;
/**
* 二期项目常量信息
*
* @author sxk
* @date 2024.02.05
* @time 15:29
*/
public
interface
CbProjectConstants
{
/**
* 成本阶段:标前
*/
Integer
CB_STAGE_BEFORE_BID
=
0
;
/**
* 成本阶段:标后
*/
Integer
CB_STAGE_AFTER_BID
=
1
;
/**
* 成本阶段:转固
*/
Integer
CB_STAGE_TO_SOLID
=
2
;
/**
* 项目文件状态:待解析
*/
Integer
PROJECT_FILE_STATUS_NOT_PARSE
=
0
;
/**
* 项目文件状态:解析中
*/
Integer
PROJECT_FILE_STATUS_PARSING
=
1
;
/**
* 项目文件状态:解析成功
*/
Integer
PROJECT_FILE_STATUS_PARSE_SUCCESS
=
2
;
/**
* 项目文件状态:解析失败
*/
Integer
PROJECT_FILE_STATUS_PARSE_FAIL
=
3
;
/**
* 删除状态:未删除
*/
Integer
DELETE_FLAG_EXIST
=
0
;
/**
* 删除状态:已删除
*/
Integer
DELETE_FLAG_NOT_EXIST
=
2
;
}
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