package com.propertyManagement.business.mapper; import com.propertyManagement.business.domain.WxUserCommunityLedger; import com.propertyManagement.business.domain.vo.WxUserCommunityLedgerVo; import com.propertyManagement.common.core.mapper.BaseMapperPlus; /** * 用户、小区、台账关联报Mapper接口 * * @author liushuai * @date 2025-05-14 */ public interface WxUserCommunityLedgerMapper extends BaseMapperPlus { }