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
c2fab897
Commit
c2fab897
authored
Sep 07, 2023
by
周昊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1、添加固有风险特种设备证书编号字段
parent
4b2f2cb9
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
17 additions
and
1 deletion
+17
-1
censoft-rongtong/src/main/java/com/censoft/censoftrongtong/domain/RiskPlanInherentList.java
.../censoft/censoftrongtong/domain/RiskPlanInherentList.java
+6
-0
censoft-rongtong/src/main/java/com/censoft/censoftrongtong/domain/dto/RiskInherentListSaveDto.java
...t/censoftrongtong/domain/dto/RiskInherentListSaveDto.java
+5
-0
censoft-rongtong/src/main/java/com/censoft/censoftrongtong/domain/dto/RiskPlanAppInherentListDetailsDto.java
...ongtong/domain/dto/RiskPlanAppInherentListDetailsDto.java
+5
-1
censoft-rongtong/src/main/resources/mapper/system/RiskPlanInherentListMapper.xml
...in/resources/mapper/system/RiskPlanInherentListMapper.xml
+1
-0
No files found.
censoft-rongtong/src/main/java/com/censoft/censoftrongtong/domain/RiskPlanInherentList.java
View file @
c2fab897
...
...
@@ -60,6 +60,12 @@ public class RiskPlanInherentList extends BaseEntity {
@TableField
(
"special_equipment"
)
private
Boolean
specialEquipment
;
/**
* 特种设备证书编号
*/
@TableField
(
"equipment_number"
)
private
String
equipmentNumber
;
/**
* 安全警示标志
*/
...
...
censoft-rongtong/src/main/java/com/censoft/censoftrongtong/domain/dto/RiskInherentListSaveDto.java
View file @
c2fab897
...
...
@@ -51,6 +51,11 @@ public class RiskInherentListSaveDto {
*/
private
Boolean
specialEquipment
;
/**
* 特种设备证书编号
*/
private
String
equipmentNumber
;
/**
* 安全警示标志
*/
...
...
censoft-rongtong/src/main/java/com/censoft/censoftrongtong/domain/dto/RiskPlanAppInherentListDetailsDto.java
View file @
c2fab897
package
com
.
censoft
.
censoftrongtong
.
domain
.
dto
;
import
com.baomidou.mybatisplus.annotation.TableField
;
import
com.fasterxml.jackson.annotation.JsonFormat
;
import
com.ruoyi.system.domain.SysUploadFile
;
import
lombok.Data
;
...
...
@@ -65,6 +64,11 @@ public class RiskPlanAppInherentListDetailsDto {
*/
private
Boolean
specialEquipment
;
/**
* 特种设备证书编号
*/
private
String
equipmentNumber
;
/**
* 安全警示标志
*/
...
...
censoft-rongtong/src/main/resources/mapper/system/RiskPlanInherentListMapper.xml
View file @
c2fab897
...
...
@@ -322,6 +322,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
rpil.`name`,
rpil.point_type as pointType,
rpil.special_equipment as specialEquipment,
rpil.equipment_number as equipmentNumber,
rpil.safety_warning_signs as safetyWarningSigns,
rpil.factor,
rpil.type,
...
...
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