package com.artfess.data.dao; import com.artfess.data.model.BizUserThroughDetail; import com.baomidou.mybatisplus.core.mapper.BaseMapper; /** * xxx经历表(按年明细记录表) Mapper 接口 * * @company 阿特菲斯信息技术有限公司 * @author 超级管理员 * @since 2024-12-27 */ public interface BizUserThroughDetailDao extends BaseMapper { }