From c4aa721a61edb5ff4502d621897c266b98ef3d1c Mon Sep 17 00:00:00 2001
From: baizonghao <1719256278@qq.com>
Date: 星期五, 24 二月 2023 11:18:58 +0800
Subject: [PATCH] 按报警点位统计,按区域统计

---
 ycl-platform/src/main/java/com/ycl/dto/message/MessageParam.java |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/ycl-platform/src/main/java/com/ycl/dto/message/MessageParam.java b/ycl-platform/src/main/java/com/ycl/dto/message/MessageParam.java
index 7beeff7..fa5e76c 100644
--- a/ycl-platform/src/main/java/com/ycl/dto/message/MessageParam.java
+++ b/ycl-platform/src/main/java/com/ycl/dto/message/MessageParam.java
@@ -45,6 +45,13 @@
     @ApiModelProperty(value = "鐘舵��0-鏈彂甯�1-宸插彂甯�")
     private Integer status;
 
+    @ApiModelProperty(value = "鏄惁鏌ョ湅0-鏈彂甯�1-宸插彂甯�")
+    private Integer isView;
+
+    @ApiModelProperty(value = "鏄惁鏌ョ湅0-鏈彂甯�1-宸插彂甯�")
+    private String targetTo;
+
     @ApiModelProperty(value = "鍝嶅簲缁撴灉")
     private String respondResult;
+
 }
\ No newline at end of file

--
Gitblit v1.8.0