package com.artfess.data.dao;

import com.artfess.data.model.BizUserThroughStatic;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;

/**
 * xxx经历表（按年统计表） Mapper 接口
 *
 * @company 阿特菲斯信息技术有限公司
 * @author 超级管理员
 * @since 2024-12-27
 */
public interface BizUserThroughStaticDao extends BaseMapper<BizUserThroughStatic> {

}
