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")