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

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

public interface BootTestMapper extends Mapper<BootTest> {
}