Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
T
tcm-system
Project
Project
Details
Activity
Releases
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
TCM
tcm-system
Commits
51997ffe
Commit
51997ffe
authored
Jul 13, 2019
by
tangf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加常量
parent
a82d5b2f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
133 additions
and
0 deletions
+133
-0
CompanyConstant.java
...java/com/pangding/web/authority/util/CompanyConstant.java
+133
-0
No files found.
src/main/java/com/pangding/web/authority/util/CompanyConstant.java
View file @
51997ffe
...
@@ -26,4 +26,137 @@ public class CompanyConstant {
...
@@ -26,4 +26,137 @@ public class CompanyConstant {
*/
*/
public
static
final
int
INTERFACE
=
1
;
public
static
final
int
INTERFACE
=
1
;
/**
* 公司状态 初始化
* 0
*/
public
static
final
int
COMPANY_STATUS_INIT
=
0
;
/**
* 公司状态 创建会员
* 1
*/
public
static
final
int
COMPANY_STATUS_CREATE_MEMBER
=
1
;
/**
* 公司状态 实名认证中
* 2
*/
public
static
final
int
COMPANY_STATUS_REAL_NAMEING
=
2
;
/**
* 公司状态 实名认证成功
* 4
*/
public
static
final
int
COMPANY_STATUS_REAL_NAME
=
4
;
/**
* 公司状态 实名认证失败
* 3
*/
public
static
final
int
COMPANY_STATUS_REAL_NAME_ERROR
=
3
;
/**
* 公司状态 绑定手机中
* 5
*/
public
static
final
int
COMPANY_STATUS_BIND_PHONEING
=
5
;
/**
* 公司状态 绑定手机成功
* 6
*/
public
static
final
int
COMPANY_STATUS_BIND_PHONE
=
6
;
/**
* 公司状态 电子签约中
* 7
*/
public
static
final
int
COMPANY_STATUS_SIGN_CONTRACTING
=
7
;
/**
* 公司状态 电子签约成功
* 9
*/
public
static
final
int
COMPANY_STATUS_SIGN_CONTRACT
=
9
;
/**
* 公司状态 电子签约失败
* 8
*/
public
static
final
int
COMPANY_STATUS_SIGN_CONTRACT_ERROR
=
8
;
/**
* 公司状态 设置支付密码中
* 10
*/
public
static
final
int
COMPANY_STATUS_PAY_PWDING
=
10
;
/**
* 公司状态 支付密码设置成功
* 11
*/
public
static
final
int
COMPANY_STATUS_PAY_PWD
=
11
;
/**
* 审核状态 未审核
* 0
*/
public
static
final
int
COMPANY_STATUS_NO_EXAMINE
=
0
;
/**
* 审核状态 审核成功
* 1
*/
public
static
final
int
COMPANY_STATUS_EXAMINE_SUCCESS
=
1
;
/**
* 审核状态 审核失败
* 2
*/
public
static
final
int
COMPANY_STATUS_EXAMINE_ERROR
=
2
;
/**
* 审核状态 停用
* 3
*/
public
static
final
int
COMPANY_STATUS_NO_USE
=
3
;
/**
* 公司性质 集团
* 1
*/
public
static
final
int
COMPANY_NATURE_GROUP
=
1
;
/**
* 公司性质 公司
* 2
*/
public
static
final
int
COMPANY_NATURE_COMPANY
=
2
;
/**
* 公司性质 个人
* 3
*/
public
static
final
int
COMPANY_NATURE_PERSONAL
=
3
;
/**
* 公司性质 行政机构
* 4
*/
public
static
final
int
COMPANY_NATURE_ADMINISTRATIVE_ORGAN
=
4
;
/**
* 公司签约状态 未签约
* 0
*/
public
static
final
int
COMPANY_STATUS_SIGNING
=
0
;
/**
* 公司签约状态 签约成功
*/
public
static
final
int
COMPANY_STATUS_SIGN_success
=
1
;
}
}
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