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
61bb0dc2
Commit
61bb0dc2
authored
Nov 30, 2021
by
xinglei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*)增加确警实体类
parent
380a87d9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
76 additions
and
0 deletions
+76
-0
IotSystemAlarmRo.java
...eejoin/amos/boot/module/jcs/api/dto/IotSystemAlarmRo.java
+76
-0
No files found.
amos-boot-module/amos-boot-module-api/amos-boot-module-jcs-api/src/main/java/com/yeejoin/amos/boot/module/jcs/api/dto/IotSystemAlarmRo.java
0 → 100644
View file @
61bb0dc2
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jcs
.
api
.
dto
;
import
com.yeejoin.amos.component.rule.Label
;
import
com.yeejoin.amos.component.rule.RuleFact
;
import
lombok.Data
;
import
java.io.Serializable
;
import
java.util.Map
;
/**
* @ProjectName: EquipManageRoot
* @Package: com.yeejoin.equipmanage.common.vo
* @ClassName: ConfirmAlamVo
* @Author: Jianqiang Gao
* @Description: ConfirmAlamVo
* @Date: 2021/9/16 11:31
* @Version: 1.0
*/
@Data
@RuleFact
(
value
=
"确警消息"
,
project
=
"消息规则"
)
public
class
IotSystemAlarmRo
implements
Serializable
{
private
static
final
long
serialVersionUID
=
-
8807644006700780121L
;
@Label
(
value
=
"物联警情id"
)
private
Long
id
;
@Label
(
value
=
"联系人"
)
private
String
contactUser
;
@Label
(
value
=
"联系人电话"
)
private
String
contactPhone
;
@Label
(
value
=
"事发单位"
)
private
String
unitInvolvedId
;
@Label
(
value
=
"事发单位名称"
)
private
String
unitInvolvedName
;
@Label
(
value
=
"建筑经度"
)
private
Double
longitude
;
@Label
(
value
=
"建筑纬度"
)
private
Double
latitude
;
@Label
(
value
=
"地址"
)
private
String
address
;
@Label
(
value
=
"火灾地址"
)
private
String
fireLocation
;
@Label
(
value
=
"楼经度"
)
private
Double
floorLongitude
;
@Label
(
value
=
"楼纬度"
)
private
Double
floorLatitude
;
@Label
(
value
=
"发送到web标识"
)
private
Boolean
isSendWeb
;
@Label
(
"关联id"
)
private
String
relationId
;
@Label
(
"消息类型"
)
private
String
msgType
;
@Label
(
value
=
"终端标识"
)
private
String
terminal
;
@Label
(
value
=
"类别"
)
private
Integer
category
;
@Label
(
value
=
"扩展参数"
)
private
Map
<
String
,
String
>
extras
;
}
\ No newline at end of file
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