| | |
| | | @Param("list") List<String> list); |
| | | /** |
| | | * 查询所有户室数据 |
| | | * @param townName |
| | | * @return |
| | | */ |
| | | List<DoorplateAddressEntity> getHouseList(); |
| | | List<DoorplateAddressEntity> getHouseList(@Param("townName") String townName); |
| | | |
| | | /** |
| | | * 查询商超 |
| | |
| | | * @return |
| | | */ |
| | | List<DoorplateAddressEntity> getAllCommunityList(); |
| | | |
| | | /** |
| | | * 通过小区id 查询楼栋编码 |
| | | * @param districtId |
| | | * @return |
| | | */ |
| | | List<DoorplateAddressVO> getHouseBuildingCode(String districtId); |
| | | |
| | | /** |
| | | * 查询绑定房屋总数 |
| | | * @param townName |
| | | * @return |
| | | */ |
| | | Integer getNotHouseListCount(@Param("townName") String townName); |
| | | } |