zhongrj
2023-10-31 00cdca2f95151f37acb25c7d6f330464da354c49
src/main/java/org/springblade/modules/house/controller/HouseLabelController.java
@@ -113,6 +113,17 @@
   }
   /**
    * 房屋-标签 自定义新增或修改
    * @param houseLabel
    * @return
    */
   @PostMapping("/saveOrUpdateHouseLabel")
   @ApiOperation(value = "自定义新增或修改", notes = "传入houseLabel")
   public R saveOrUpdateHouseLabel(@Valid @RequestBody HouseLabelEntity houseLabel) {
      return R.status(houseLabelService.saveOrUpdateHouseLabel(houseLabel));
   }
   /**
    * 房屋-标签 删除
    */
   @PostMapping("/remove")