修改 业主房屋关系类 服务编码抒写错误bug 修复
| | |
| | | </button> |
| | | </div> |
| | | <div class="modal-body"> |
| | | <tr align="center"><th>确认是否退出该房屋,退出后可以再次售卖</th></tr> |
| | | <tr align="center"><th>确认是否退房,退房后可以再次售卖</th></tr> |
| | | </div> |
| | | <div class="modal-footer"> |
| | | <button type="button" class="btn btn-secondary" data-dismiss="modal" >点错了</button> |
| | | <button type="button" class="btn btn-primary" v-on:click="exitRoom()">确认退出</button> |
| | | <button type="button" class="btn btn-primary" v-on:click="doOwnerExitRoom()">确认退出</button> |
| | | </div> |
| | | </div> |
| | | </div> |
| | |
| | | * @Version 1.0 |
| | | * add by wuxw 2019/4/24 |
| | | **/ |
| | | @FeignClient(name = "community-service", configuration = {FeignConfiguration.class}) |
| | | @FeignClient(name = "user-service", configuration = {FeignConfiguration.class}) |
| | | @RequestMapping("/ownerRoomRelApi") |
| | | public interface IOwnerRoomRelInnerServiceSMO { |
| | | |