lin
2024-04-19 99d1df166bc42edf778ff9e6d72d60f81638ac6c
src/main/java/org/springblade/modules/house/mapper/HouseMapper.java
@@ -144,4 +144,19 @@
    * @return
    */
   List<HouseVO> getAllList(@Param("i") int i,@Param("size") int size);
   /**
    * 查询无房屋状态的房屋数量
    * @param house
    * @return
    */
    int getNotBindLabelHouseNum(HouseVO house);
   /**
    * 查询无房屋状态的房屋列表集合
    * @param i
    * @param size
    * @return
    */
   List<HouseVO> getNotBindLabelHouseList(@Param("i") int i,@Param("size")  int size);
}