Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
R
RuoYi-Vue-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
融通安全管理系统
RuoYi-Vue-master
Commits
22061bd3
Commit
22061bd3
authored
Jul 13, 2023
by
周昊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1、添加固有风险字段
parent
f89fcfcd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
censoft-rongtong/src/main/java/com/censoft/censoftrongtong/domain/RiskPlanInherentList.java
.../censoft/censoftrongtong/domain/RiskPlanInherentList.java
+6
-6
No files found.
censoft-rongtong/src/main/java/com/censoft/censoftrongtong/domain/RiskPlanInherentList.java
View file @
22061bd3
...
@@ -91,15 +91,15 @@ public class RiskPlanInherentList extends BaseEntity
...
@@ -91,15 +91,15 @@ public class RiskPlanInherentList extends BaseEntity
@Excel
(
name
=
"应采取的管理措施"
)
@Excel
(
name
=
"应采取的管理措施"
)
private
String
measuresAdministration
;
private
String
measuresAdministration
;
/** 已采取的管理措施 */
/** 已采取的管理措施
1
*/
@Excel
(
name
=
"已采取的管理措施"
)
@Excel
(
name
=
"已采取的管理措施"
)
private
String
takenMeasuresAdministration
;
private
String
takenMeasuresAdministration
;
/** 管控责任单位id */
/** 管控责任单位id
1
*/
@Excel
(
name
=
"管控责任单位id"
)
@Excel
(
name
=
"管控责任单位id"
)
private
Long
measuresDeptId
;
private
Long
measuresDeptId
;
/** 管控责任人id */
/** 管控责任人id
1
*/
@Excel
(
name
=
"管控责任人id"
)
@Excel
(
name
=
"管控责任人id"
)
private
String
measuresUserId
;
private
String
measuresUserId
;
...
@@ -107,15 +107,15 @@ public class RiskPlanInherentList extends BaseEntity
...
@@ -107,15 +107,15 @@ public class RiskPlanInherentList extends BaseEntity
@Excel
(
name
=
"已采取的管理措施附件"
)
@Excel
(
name
=
"已采取的管理措施附件"
)
private
String
measuresAdministrationFileIds
;
private
String
measuresAdministrationFileIds
;
/** 危险源名称 */
/** 危险源名称
1
*/
@Excel
(
name
=
"危险源名称"
)
@Excel
(
name
=
"危险源名称"
)
private
String
hazardSourceName
;
private
String
hazardSourceName
;
/** 是否存在重大危险源 */
/** 是否存在重大危险源
1
*/
@Excel
(
name
=
"是否存在重大危险源"
)
@Excel
(
name
=
"是否存在重大危险源"
)
private
Boolean
majorHazardSource
;
private
Boolean
majorHazardSource
;
/** 重大危险源描述 */
/** 重大危险源描述
1
*/
@Excel
(
name
=
"重大危险源描述"
)
@Excel
(
name
=
"重大危险源描述"
)
private
Boolean
majorHazardSourceDescription
;
private
Boolean
majorHazardSourceDescription
;
...
...
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