From b636e92e32c2a698e2590210037c471e45b9c88a Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Thu, 13 Jun 2024 20:13:06 +0800
Subject: [PATCH] 在公安安全监管模块,增加校园场所管理模块

---
 src/main/java/org/springblade/modules/house/service/IUserHouseLabelService.java |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/src/main/java/org/springblade/modules/house/service/IUserHouseLabelService.java b/src/main/java/org/springblade/modules/house/service/IUserHouseLabelService.java
index f7bba5c..c996893 100644
--- a/src/main/java/org/springblade/modules/house/service/IUserHouseLabelService.java
+++ b/src/main/java/org/springblade/modules/house/service/IUserHouseLabelService.java
@@ -65,4 +65,11 @@
 	 * @return
 	 */
 	boolean saveOrUpdateHouseLabel(UserHouseLabelEntity householdLabel);
+
+	/**
+	 * 查询对应的label集合信息
+	 * @param labelName
+	 * @return
+	 */
+    List<UserHouseLabelEntity> getLabelList(String labelName);
 }

--
Gitblit v1.9.3