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

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

public interface ShyChannelMapper extends Mapper<ShyChannel> {
}