package com.propertyManagement.business.mapper; import com.propertyManagement.business.domain.WxSlideshow; import com.propertyManagement.business.domain.vo.WxSlideshowVo; import com.propertyManagement.common.core.mapper.BaseMapperPlus; /** * 轮播图 Mapper接口 * * @author liushuai * @date 2025-06-09 */ public interface WxSlideshowMapper extends BaseMapperPlus { }