package com.iformall.service; import com.iformall.common.ResultData; import com.iformall.domain.po.WxCVideoTable; import java.util.Map; public interface WxCVideoService { Map getById(Long userId) throws Exception; WxCVideoTable selectOne(Long id, long resource_id); }