package com.artfess.data.manager.impl;

import com.artfess.data.model.BizUserThroughStatic;
import com.artfess.data.dao.BizUserThroughStaticDao;
import com.artfess.data.manager.BizUserThroughStaticManager;
import com.artfess.base.manager.impl.BaseManagerImpl;
import org.springframework.stereotype.Service;

/**
 * xxx经历表（按年统计表） 服务实现类
 *
 * @company 阿特菲斯信息技术有限公司
 * @author 超级管理员
 * @since 2024-12-27
 */
@Service
public class BizUserThroughStaticManagerImpl extends BaseManagerImpl<BizUserThroughStaticDao, BizUserThroughStatic> implements BizUserThroughStaticManager {

}
