linwe
2024-07-05 fee8fbb72f73cc11075b07bf457ce2dd2a9ce19e
src/main/java/org/springblade/modules/house/service/IUserHouseLabelService.java
@@ -65,4 +65,11 @@
    * @return
    */
   boolean saveOrUpdateHouseLabel(UserHouseLabelEntity householdLabel);
   /**
    * 查询对应的label集合信息
    * @param labelName
    * @return
    */
    List<UserHouseLabelEntity> getLabelList(String labelName);
}