liujie
2025-05-09 fdec3aa2487acee81ebc80aba88852f0f5036ef4
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.stylefeng.guns.multi.mapper;
 
import com.baomidou.mybatisplus.mapper.BaseMapper;
import com.stylefeng.guns.multi.entity.Test;
 
/**
 * <p>
 *  Mapper 接口
 * </p>
 *
 * @author fengshuonan
 * @since 2018-07-10
 */
public interface TestMapper extends BaseMapper<Test> {
 
}