package com.moral.service; import java.util.List; import com.moral.entity.Channel; public interface ChannelService { List getChannelList(String channelName); }