guoshilong
2023-11-01 802cc3433515600e1577a2a11ac312894358995b
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);
}