ShyContentMapper.java 184 Bytes
package com.cnlive.shenhe.mapper;

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

public interface ShyContentMapper extends Mapper<ShyContent> {
}