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
0fb10b72
Commit
0fb10b72
authored
Aug 14, 2024
by
liuyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2024-08-14
parent
8c2b9ef0
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
0 deletions
+16
-0
CommonConstant.java
.../java/com/baosight/hpjx/core/constant/CommonConstant.java
+16
-0
No files found.
src/main/java/com/baosight/hpjx/core/constant/CommonConstant.java
View file @
0fb10b72
...
...
@@ -53,6 +53,20 @@ public class CommonConstant {
}
/**
* 设备计划状态
*
* @author:songx
* @date:2024/1/20,15:04
*/
public
static
class
PlanStatus
{
// 审核通过
public
static
final
Integer
UN_PLAN
=
1
;
// 待审核
public
static
final
Integer
ON_PLAN
=
0
;
}
/**
* 常用字段常量
*
* @author:songx
...
...
@@ -62,6 +76,8 @@ public class CommonConstant {
// DETAIL
public
static
final
String
DETAIL
=
"detail"
;
// DETAIL1
public
static
final
String
DETAIL1
=
"detail1"
;
// ID
public
static
final
String
ID
=
"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