package cn.chnmuseum.party.service.impl;

import cn.chnmuseum.party.model.LearningContentCopyrightOwner;
import cn.chnmuseum.party.mapper.LearningContentCopyrightOwnerMapper;
import cn.chnmuseum.party.service.LearningContentCopyrightOwnerService;
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import org.springframework.stereotype.Service;

/**
 * <p>
 * 学习内容版权方 服务实现类
 * </p>
 *
 * @author Danny Lee
 * @since 2021-03-16
 */
@Service
public class LearningContentCopyrightOwnerServiceImpl extends ServiceImpl<LearningContentCopyrightOwnerMapper, LearningContentCopyrightOwner> implements LearningContentCopyrightOwnerService {

}