ShyEmailMapper.java 178 Bytes
package com.cnlive.shenhe.mapper;

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

public interface ShyEmailMapper extends Mapper<ShyEmail> {
}