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