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
7cfab757
Commit
7cfab757
authored
Feb 24, 2022
by
maoying
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
消息处理代码整理
parent
2df4f85f
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
23 additions
and
12 deletions
+23
-12
CarProperty.java
...va/com/yeejoin/equipmanage/common/entity/CarProperty.java
+15
-9
CarForGisEnum.java
...a/com/yeejoin/equipmanage/common/enums/CarForGisEnum.java
+1
-1
EquipmentIndexLabelsEnum.java
...in/equipmanage/common/enums/EquipmentIndexLabelsEnum.java
+1
-1
MqttReceiveServiceImpl.java
...join/equipmanage/service/impl/MqttReceiveServiceImpl.java
+0
-0
CarPropertyMapper.xml
...tem-equip/src/main/resources/mapper/CarPropertyMapper.xml
+6
-1
No files found.
amos-boot-module/amos-boot-module-api/amos-boot-module-equip-api/src/main/java/com/yeejoin/equipmanage/common/entity/CarProperty.java
View file @
7cfab757
...
@@ -52,16 +52,8 @@ public class CarProperty extends BaseEntity {
...
@@ -52,16 +52,8 @@ public class CarProperty extends BaseEntity {
*/
*/
@TableField
(
value
=
"equipment_index_key"
)
@TableField
(
value
=
"equipment_index_key"
)
private
String
equipmentIndexKey
;
private
String
equipmentIndexKey
;
@TableField
(
exist
=
false
)
private
String
unitName
;
@TableField
(
exist
=
false
)
private
String
perfQuotaName
;
@TableField
(
exist
=
false
)
private
String
groupName
;
@TableField
(
exist
=
false
)
private
String
nameKey
;
/**
/**
* 颜色
* 颜色
...
@@ -87,4 +79,18 @@ public class CarProperty extends BaseEntity {
...
@@ -87,4 +79,18 @@ public class CarProperty extends BaseEntity {
@TableField
(
value
=
"emergency_level_describe"
)
@TableField
(
value
=
"emergency_level_describe"
)
private
String
emergencyLevelDescribe
;
private
String
emergencyLevelDescribe
;
@TableField
(
exist
=
false
)
private
String
unitName
;
@TableField
(
exist
=
false
)
private
String
perfQuotaName
;
@TableField
(
exist
=
false
)
private
String
groupName
;
@TableField
(
exist
=
false
)
private
String
nameKey
;
@TableField
(
exist
=
false
)
private
String
iotCode
;
}
}
amos-boot-module/amos-boot-module-api/amos-boot-module-equip-api/src/main/java/com/yeejoin/equipmanage/common/enums/CarForGisEnum.java
View file @
7cfab757
...
@@ -16,7 +16,7 @@ public enum CarForGisEnum {
...
@@ -16,7 +16,7 @@ public enum CarForGisEnum {
DL
(
"电量"
,
"FireCar_Power"
),
DL
(
"电量"
,
"FireCar_Power"
),
DDHX
(
"对地航向"
,
"FireCar_CourseOverGround"
),
DDHX
(
"对地航向"
,
"FireCar_CourseOverGround"
),
SJ
(
"时间"
,
"time"
),
SJ
(
"时间"
,
"time"
),
QT
(
"启停"
,
"
state
"
);
QT
(
"启停"
,
"
FireCar_Start
"
);
private
String
describe
;
private
String
describe
;
...
...
amos-boot-module/amos-boot-module-api/amos-boot-module-equip-api/src/main/java/com/yeejoin/equipmanage/common/enums/EquipmentIndexLabelsEnum.java
View file @
7cfab757
...
@@ -10,7 +10,7 @@ package com.yeejoin.equipmanage.common.enums;
...
@@ -10,7 +10,7 @@ package com.yeejoin.equipmanage.common.enums;
*/
*/
public
enum
EquipmentIndexLabelsEnum
{
public
enum
EquipmentIndexLabelsEnum
{
labels
(
"
l
abels"
,
"装备指标编码"
);
labels
(
"
FireCar_L
abels"
,
"装备指标编码"
);
public
final
String
name
;
public
final
String
name
;
...
...
amos-boot-module/amos-boot-module-biz/amos-boot-module-equip-biz/src/main/java/com/yeejoin/equipmanage/service/impl/MqttReceiveServiceImpl.java
View file @
7cfab757
This diff is collapsed.
Click to expand it.
amos-boot-system-equip/src/main/resources/mapper/CarPropertyMapper.xml
View file @
7cfab757
...
@@ -12,7 +12,12 @@
...
@@ -12,7 +12,12 @@
wcp.is_alarm as isAlarm,
wcp.is_alarm as isAlarm,
wcp.emergency_level_color as emergencyLevelColor,
wcp.emergency_level_color as emergencyLevelColor,
wcp.emergency_level as emergencyLevel,
wcp.emergency_level as emergencyLevel,
wcp.emergency_level_describe as emergencyLevelDescribe
wcp.emergency_level_describe as emergencyLevelDescribe,
wc.iot_code as iotCode,
wc.`name` as carName,
wc.car_num as carNum,
wei.unit unitName,
wei.group_name as groupName
FROM
FROM
wl_car_property wcp
wl_car_property wcp
LEFT JOIN wl_car AS wc ON wc.id = wcp.car_id
LEFT JOIN wl_car AS wc ON wc.id = wcp.car_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