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
d8fd4b2a
Commit
d8fd4b2a
authored
Jul 15, 2022
by
tangwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加检查项字段
parent
2f24ed9a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
0 deletions
+29
-0
InputItem.java
...in/java/com/yeejoin/amos/patrol/dao/entity/InputItem.java
+29
-0
No files found.
amos-boot-module/amos-boot-module-api/amos-boot-module-patrol-api/src/main/java/com/yeejoin/amos/patrol/dao/entity/InputItem.java
View file @
d8fd4b2a
...
...
@@ -170,6 +170,35 @@ public class InputItem extends BasicEntity {
@Column
(
name
=
"unit"
)
private
String
unit
;
/**
* 新加字段
*
* */
//单位code
@Column
(
name
=
"biz_org_code"
)
private
String
bizOrgCode
;
//单位名称
@Column
(
name
=
"biz_org_name"
)
private
String
bizOrgName
;
//消防装备类型
@Column
(
name
=
"equipment_type"
)
private
String
equipmentType
;
//消防设施类型、
@Column
(
name
=
"facilities_type"
)
private
String
facilitiesType
;
// 重点类型
@Column
(
name
=
"key_parts_type"
)
private
String
keyPartsType
;
//自定义类型
@Column
(
name
=
"custom_type"
)
private
String
customType
;
public
String
getUnit
()
{
return
unit
;
}
...
...
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