From 3f4f9b7fa16a40de6c31cbc7823d59946f70a9cb Mon Sep 17 00:00:00 2001 From: zhongrj <646384940@qq.com> Date: Fri, 10 Nov 2023 16:26:00 +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