| | |
| | | /** |
| | | * <p>查询小区楼信息</p> |
| | | * |
| | | * |
| | | * @param ownerDto 数据对象分享 |
| | | * @return OwnerDto 对象数据 |
| | | */ |
| | |
| | | List<OwnerDto> queryOwners(@RequestBody OwnerDto ownerDto); |
| | | |
| | | |
| | | |
| | | /** |
| | | * <p>查询业主成员</p> |
| | | * |
| | | * |
| | | * @param ownerDto 数据对象分享 |
| | | * @return OwnerDto 对象数据 |
| | |
| | | |
| | | /** |
| | | * 查询<p>小区楼</p>总记录数 根据条件查询 |
| | | * |
| | | * @param ownerDto 数据对象分享 |
| | | * @return 小区下的小区楼记录数 |
| | | */ |
| | |
| | | |
| | | /** |
| | | * <p>查询小区楼信息</p> 根据条件查询 |
| | | * |
| | | * |
| | | * @param ownerDto 数据对象分享 根据条件查询 |
| | | * @return OwnerDto 对象数据 |
| | |
| | | |
| | | /** |
| | | * 修改业主信息 |
| | | * |
| | | * @param ownerPo |
| | | * @return |
| | | */ |
| | |
| | | |
| | | /** |
| | | * 查询 商铺租房记录 数量 |
| | | * |
| | | * @param ownerDto |
| | | * @return |
| | | */ |
| | |
| | | |
| | | /** |
| | | * 查询 商铺租房记录 |
| | | * |
| | | * @param ownerDto |
| | | * @return |
| | | */ |
| | | @RequestMapping(value = "/queryOwnerLogsByRoom", method = RequestMethod.POST) |
| | | List<OwnerDto> queryOwnerLogsByRoom(@RequestBody OwnerDto ownerDto); |
| | | |
| | | /** |
| | | * <p>查询小区楼信息</p> |
| | | * |
| | | * @param ownerDto 数据对象分享 |
| | | * @return OwnerDto 对象数据 |
| | | */ |
| | | @RequestMapping(value = "/queryAllOwners", method = RequestMethod.POST) |
| | | List<OwnerDto> queryAllOwners(@RequestBody OwnerDto ownerDto); |
| | | } |