CopyrightOwnerVideoContentCatService.java 394 Bytes
package cn.wisenergy.chnmuseum.party.service;

import cn.wisenergy.chnmuseum.party.model.CopyrightOwnerVideoContentCat;
import com.baomidou.mybatisplus.extension.service.IService;

/**
 * <p>
 * 版权方视频分类 服务接口
 * </p>
 *
 * @author Danny Lee
 * @since 2021-04-02
 */
public interface CopyrightOwnerVideoContentCatService extends IService<CopyrightOwnerVideoContentCat> {

}