Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-boot-zx-biz
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
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
Jobs
Commits
Open sidebar
项目统一框架
一体化_户用光伏项目代码
amos-boot-zx-biz
Commits
2dfd531d
Commit
2dfd531d
authored
Apr 21, 2022
by
李成龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
气瓶预警消息对象
parent
6c1c09a5
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
32 additions
and
0 deletions
+32
-0
CylWarningMsgDto.java
...eejoin/amos/boot/module/tzs/api/dto/CylWarningMsgDto.java
+32
-0
No files found.
amos-boot-module/amos-boot-module-api/amos-boot-module-tzs-api/src/main/java/com/yeejoin/amos/boot/module/tzs/api/dto/CylWarningMsgDto.java
0 → 100644
View file @
2dfd531d
package
com
.
yeejoin
.
amos
.
boot
.
module
.
tzs
.
api
.
dto
;
import
java.io.Serializable
;
import
com.yeejoin.amos.component.rule.Label
;
import
com.yeejoin.amos.component.rule.RuleFact
;
@RuleFact
(
value
=
"气瓶预警消息"
,
project
=
"气瓶监管"
)
public
class
CylWarningMsgDto
implements
Serializable
{
/**
*
*/
private
static
final
long
serialVersionUID
=
1L
;
@Label
(
"企业名称"
)
private
String
companyName
;
@Label
(
"企业联系人"
)
private
String
people
;
@Label
(
"企业联系人电话"
)
private
String
phone
;
@Label
(
"使用人类型"
)
private
String
userType
;
@Label
(
"气瓶使用人"
)
private
String
userPeople
;
@Label
(
"使用人电话"
)
private
String
userPeoplephone
;
@Label
(
"出厂编号"
)
private
String
factory_num
;
@Label
(
"预警值"
)
private
String
num
;
@Label
(
"气瓶seq"
)
private
String
cylSeq
;
}
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