ShyCommentsMapper.java 187 Bytes
package com.cnlive.shenhe.mapper;

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

public interface ShyCommentsMapper extends Mapper<ShyComments> {
}