linwe
2023-12-20 42d3324a769d5ccf315194e699bcd0858d7ab81d
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);
}