linwe
2023-11-15 25df5530b89fc57a3f32a0e4c706bb40d3e4b415
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")