From 5fdb69748d19efb6d6fab1c2514cb9eef8bc2ff1 Mon Sep 17 00:00:00 2001 From: zhongrj <646384940@qq.com> Date: Wed, 08 Nov 2023 08:51:55 +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