ShyLogMapper.java 172 Bytes
package com.cnlive.shenhe.mapper;

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

public interface ShyLogMapper extends Mapper<ShyLog> {
}