package com.java110.user.bmo.rentingConfig; import com.java110.po.rentingConfig.RentingConfigPo; import org.springframework.http.ResponseEntity; public interface ISaveRentingConfigBMO { /** * 添加房屋出租配置 * add by wuxw * @param rentingConfigPo * @return */ ResponseEntity save(RentingConfigPo rentingConfigPo); }