package com.propertyManagement.business.mapper; import com.propertyManagement.business.domain.WxClock; import com.propertyManagement.business.domain.vo.WxClockVo; import com.propertyManagement.common.core.mapper.BaseMapperPlus; /** * 打卡Mapper接口 * * @author liushuai * @date 2025-05-14 */ public interface WxClockMapper extends BaseMapperPlus { }