package com.propertyManagement.business.mapper; import com.propertyManagement.business.domain.WxUser; import com.propertyManagement.business.domain.vo.WxUserVo; import com.propertyManagement.common.core.mapper.BaseMapperPlus; /** * 微信用户Mapper接口 * * @author liushuai * @date 2025-05-13 */ public interface WxUserMapper extends BaseMapperPlus { }