From a9f99d3f074472e1e16ec6109e5d819ca8dcf4d0 Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期二, 31 十月 2023 15:51:15 +0800
Subject: [PATCH] 添加判断是否含有污染源的接口

---
 src/main/java/com/yssh/entity/Qxsh.java |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/yssh/entity/Qxsh.java b/src/main/java/com/yssh/entity/Qxsh.java
index 8fcf7b2..bfd262a 100644
--- a/src/main/java/com/yssh/entity/Qxsh.java
+++ b/src/main/java/com/yssh/entity/Qxsh.java
@@ -30,7 +30,11 @@
     @ApiModelProperty(value = "鏃堕棿")
     private String time;
 
+    @ApiModelProperty(value = "鏄惁瀛樺湪婧簮")
+    private Integer isSuYuan;
+
     public Qxsh() {
+        this.isSuYuan = 0;
     }
 
     public Integer getId() {
@@ -80,4 +84,12 @@
     public void setTime(String time) {
         this.time = time;
     }
+
+    public Integer getIsSuYuan() {
+        return isSuYuan;
+    }
+
+    public void setIsSuYuan(Integer isSuYuan) {
+        this.isSuYuan = isSuYuan;
+    }
 }

--
Gitblit v1.9.3