From 9015e720487b737743232b0b3aa464c2ac9e8d17 Mon Sep 17 00:00:00 2001
From: heheng <heheng@123456>
Date: 星期五, 15 十一月 2024 17:31:24 +0800
Subject: [PATCH] 修改请求地址

---
 src/main/java/com/ruoyi/doublePrevention/entity/PreventRiskCheckUnit.java |  143 ++++++++++++++++++++++++-----------------------
 1 files changed, 72 insertions(+), 71 deletions(-)

diff --git a/src/main/java/com/ruoyi/doublePrevention/entity/PreventRiskCheckUnit.java b/src/main/java/com/ruoyi/doublePrevention/entity/PreventRiskCheckUnit.java
index 8a10d18..1b77ae5 100644
--- a/src/main/java/com/ruoyi/doublePrevention/entity/PreventRiskCheckUnit.java
+++ b/src/main/java/com/ruoyi/doublePrevention/entity/PreventRiskCheckUnit.java
@@ -1,71 +1,72 @@
-package com.ruoyi.doublePrevention.entity;
-
-import com.baomidou.mybatisplus.annotation.IdType;
-import com.baomidou.mybatisplus.annotation.TableId;
-import com.baomidou.mybatisplus.annotation.TableName;
-
-@TableName("prevent_risk_check_unit")
-public class PreventRiskCheckUnit {
-
-    /**
-     * 主键
-     * */
-    @TableId(value = "id" , type = IdType.AUTO)
-    private Long id;
-    /**
-     * uuid
-     * */
-    private String uuid;
-    /**
-     * 原-检查点id
-     * */
-    private Long baseCheckPointId;
-    /**
-     * 管控措施id
-     * */
-    private Long controlMeasureId;
-    /**
-     * 风险点-单元-基础清单 id
-     * */
-    private Long riskId;
-
-    public Long getId() {
-        return id;
-    }
-
-    public void setId(Long id) {
-        this.id = id;
-    }
-
-    public String getUuid() {
-        return uuid;
-    }
-
-    public void setUuid(String uuid) {
-        this.uuid = uuid;
-    }
-
-    public Long getBaseCheckPointId() {
-        return baseCheckPointId;
-    }
-
-    public void setBaseCheckPointId(Long baseCheckPointId) {
-        this.baseCheckPointId = baseCheckPointId;
-    }
-
-    public Long getControlMeasureId() {
-        return controlMeasureId;
-    }
-
-    public void setControlMeasureId(Long controlMeasureId) {
-        this.controlMeasureId = controlMeasureId;
-    }
-
-    public Long getRiskId() {
-        return riskId;
-    }
-
-    public void setRiskId(Long riskId) {
-        this.riskId = riskId;
-    }
-}
+package com.ruoyi.doublePrevention.entity;
+
+import com.baomidou.mybatisplus.annotation.IdType;
+import com.baomidou.mybatisplus.annotation.TableId;
+import com.baomidou.mybatisplus.annotation.TableName;
+
+@TableName("prevent_risk_check_unit")
+public class PreventRiskCheckUnit {
+
+    /**
+     * 主键
+     * */
+    @TableId(value = "id" , type = IdType.AUTO)
+    private Long id;
+    /**
+     * uuid
+     * */
+    private String uuid;
+    /**
+     * 原-检查点id
+     * */
+    private Long baseCheckPointId;
+    /**
+     * 管控措施id
+     * */
+    private Long controlMeasureId;
+    /**
+     * 风险点-单元-基础清单 id
+     * */
+    private Long riskId;
+
+
+    public Long getId() {
+        return id;
+    }
+
+    public void setId(Long id) {
+        this.id = id;
+    }
+
+    public String getUuid() {
+        return uuid;
+    }
+
+    public void setUuid(String uuid) {
+        this.uuid = uuid;
+    }
+
+    public Long getBaseCheckPointId() {
+        return baseCheckPointId;
+    }
+
+    public void setBaseCheckPointId(Long baseCheckPointId) {
+        this.baseCheckPointId = baseCheckPointId;
+    }
+
+    public Long getControlMeasureId() {
+        return controlMeasureId;
+    }
+
+    public void setControlMeasureId(Long controlMeasureId) {
+        this.controlMeasureId = controlMeasureId;
+    }
+
+    public Long getRiskId() {
+        return riskId;
+    }
+
+    public void setRiskId(Long riskId) {
+        this.riskId = riskId;
+    }
+}

--
Gitblit v1.9.2