From 5fe820b18055b317cd5928d8fecd056f4c9e0115 Mon Sep 17 00:00:00 2001
From: wjli <591616088@qq.com>
Date: 星期三, 17 五月 2023 11:10:57 +0800
Subject: [PATCH] 1.根据区域进行模糊查询

---
 xboot-modules/xboot-your/src/main/java/cn/exrick/xboot/your/entity/Alarm.java |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/xboot-modules/xboot-your/src/main/java/cn/exrick/xboot/your/entity/Alarm.java b/xboot-modules/xboot-your/src/main/java/cn/exrick/xboot/your/entity/Alarm.java
index c6c7f32..3c299a1 100644
--- a/xboot-modules/xboot-your/src/main/java/cn/exrick/xboot/your/entity/Alarm.java
+++ b/xboot-modules/xboot-your/src/main/java/cn/exrick/xboot/your/entity/Alarm.java
@@ -33,6 +33,7 @@
     //3:涓嶇郴瀹夊叏甯�
     //4:鎶界儫
     //5:杞﹀帰寮傚父寮�鍚�
+    //7:瓒呴��
     @ApiModelProperty(value = "鍏蜂綋绫诲瀷濡備笅")
     private int type;
 
@@ -51,4 +52,13 @@
     @ApiModelProperty(value = "鏄惁琚皟鐢� 0锛氬惁  1锛氭槸")
     private int flag;
 
+    @ApiModelProperty(value = "杞︽満鎶ヨid")
+    private String alarmId;
+
+    @ApiModelProperty(value = "寮傚父寮�鍚浘鐗�")
+    private String alarmImg;
+
+    @ApiModelProperty(value = "鎶ヨ鏃堕棿")
+    private String alarmTime;
+
 }
\ No newline at end of file

--
Gitblit v1.9.1