From 4ffde981d9f5a643888e85b9fde6515a9e29b020 Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Thu, 16 Nov 2023 20:12:05 +0800
Subject: [PATCH] 住户管理代码

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

diff --git a/src/main/java/org/springblade/modules/house/service/IHouseholdLabelService.java b/src/main/java/org/springblade/modules/house/service/IHouseholdLabelService.java
index 1453bf4..44adef0 100644
--- a/src/main/java/org/springblade/modules/house/service/IHouseholdLabelService.java
+++ b/src/main/java/org/springblade/modules/house/service/IHouseholdLabelService.java
@@ -42,4 +42,10 @@
 	 */
 	IPage<HouseholdLabelVO> selectHouseholdLabelPage(IPage<HouseholdLabelVO> page, HouseholdLabelVO householdLabel);
 
+	/**
+	 * 住户-标签 自定义新增或修改
+	 * @param householdLabel
+	 * @return
+	 */
+    boolean saveOrUpdateHouseholdLabel(HouseholdLabelEntity householdLabel);
 }

--
Gitblit v1.9.3