ShyVideosMapper.java 181 Bytes
package com.cnlive.shenhe.mapper;

import com.cnlive.shenhe.entity.ShyVideos;
import tk.mybatis.mapper.common.Mapper;

public interface ShyVideosMapper extends Mapper<ShyVideos> {
}