From 00cdca2f95151f37acb25c7d6f330464da354c49 Mon Sep 17 00:00:00 2001 From: zhongrj <646384940@qq.com> Date: Tue, 31 Oct 2023 23:23:42 +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