zhongrj
2023-11-10 3f4f9b7fa16a40de6c31cbc7823d59946f70a9cb
src/main/java/org/springblade/modules/house/controller/HouseRentalController.java
@@ -129,6 +129,16 @@
   }
   /**
    * 出租屋 确认
    * @param houseRental
    * @return
    */
   @PostMapping("/confirmHouseRental")
   public R confirmHouseRental(@RequestBody HouseRentalVO houseRental) {
      return R.status(houseRentalService.confirmHouseRental(houseRental));
   }
   /**
    * 出租屋 新增或修改
    */
   @PostMapping("/submit")