From 90c11c1c0c95075ba802889f0436394067af0748 Mon Sep 17 00:00:00 2001 From: 16639036659 <577530412@qq.com> Date: 星期四, 15 六月 2023 17:02:31 +0800 Subject: [PATCH] 临时提交-检修记录数据采集 --- src/main/java/com/ruoyi/doublePrevention/entity/CJReport/PreventCJReportDangerInfo.java | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/ruoyi/doublePrevention/entity/CJReport/PreventCJReportDangerInfo.java b/src/main/java/com/ruoyi/doublePrevention/entity/CJReport/PreventCJReportDangerInfo.java index 1641dda..0764c72 100644 --- a/src/main/java/com/ruoyi/doublePrevention/entity/CJReport/PreventCJReportDangerInfo.java +++ b/src/main/java/com/ruoyi/doublePrevention/entity/CJReport/PreventCJReportDangerInfo.java @@ -138,6 +138,13 @@ * 数据来源 1-本系统排查任务产生;2-同步数据 */ private Long dangerManagerId; + /** + * 隐患类别(其他隐患0 ;主要负责人隐患1;技术负责人隐患2 ;操作负责人隐患3 + */ + private String hazardCategory; + + + public Long getDangerManagerId() { return dangerManagerId; @@ -147,6 +154,14 @@ this.dangerManagerId = dangerManagerId; } + public String getHazardCategory() { + return hazardCategory; + } + + public void setHazardCategory(String hazardCategory) { + this.hazardCategory = hazardCategory; + } + public Integer getIndexId() { return indexId; } -- Gitblit v1.9.2