Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-boot-biz
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
项目统一框架
amos-boot-biz
Commits
2b350f3b
Commit
2b350f3b
authored
Sep 01, 2023
by
caotao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
风机运行状态调整
parent
bd11b008
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
CommonConstans.java
.../amos/boot/module/jxiop/biz/constants/CommonConstans.java
+4
-4
No files found.
amos-boot-system-jxiop/amos-boot-module-jxiop-monitor-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/constants/CommonConstans.java
View file @
2b350f3b
...
...
@@ -45,12 +45,12 @@ public class CommonConstans {
public
static
final
HashMap
<
String
,
String
>
fanStatus
=
new
HashMap
<
String
,
String
>()
{
{
put
(
"发电状态"
,
"正常运行"
);
put
(
"报警状态"
,
"
告
警运行"
);
put
(
"停机状态"
,
"
正常停机
"
);
put
(
"故障状态"
,
"故障
停机
"
);
put
(
"报警状态"
,
"
报
警运行"
);
put
(
"停机状态"
,
"
停机状态
"
);
put
(
"故障状态"
,
"故障
状态
"
);
put
(
"待机状态"
,
"待机状态"
);
put
(
"维护状态"
,
"维护状态"
);
put
(
"限功率"
,
"实时故障22
"
);
put
(
"限功率"
,
"限功率
"
);
put
(
"通讯中断"
,
"通讯中断"
);
}
};
...
...
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