zhongrj
2024-04-11 df2082cabc47f26f3aa884f49c63550b3fc1439b
src/main/java/org/springblade/modules/house/mapper/HouseLabelMapper.java
@@ -17,7 +17,7 @@
package org.springblade.modules.house.mapper;
import org.springblade.modules.house.entity.HouseLabelEntity;
import org.springblade.modules.house.vo.HouseLabelVO;
import org.springblade.modules.house.vo.UserHouseLabelVO;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.baomidou.mybatisplus.core.metadata.IPage;
import java.util.List;
@@ -37,7 +37,7 @@
    * @param houseLabel
    * @return
    */
   List<HouseLabelVO> selectHouseLabelPage(IPage page, HouseLabelVO houseLabel);
   List<UserHouseLabelVO> selectHouseLabelPage(IPage page, UserHouseLabelVO houseLabel);
}