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

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

public interface ShyNotspeakMapper extends Mapper<ShyNotspeak> {
}