package com.artfess.cqlt.manager.impl;

import com.artfess.base.manager.impl.BaseManagerImpl;
import com.artfess.cqlt.dao.QfSubjectRelationDao;
import com.artfess.cqlt.manager.QfSubjectRelationManager;
import com.artfess.cqlt.model.QfSubjectRelation;
import org.springframework.stereotype.Service;

/**
 * 国内外科目对应关系 服务实现类
 *
 * @company 阿特菲斯信息技术有限公司
 * @author min.wu
 * @since 2023-02-13
 */
@Service
public class QfSubjectRelationManagerImpl extends BaseManagerImpl<QfSubjectRelationDao, QfSubjectRelation> implements QfSubjectRelationManager {

}
