zhangherong
7 天以前 e9a086a3b7c1c111c56025ca99b57ff560ca817d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package org.jeecg.modules.demo.test.mapper;
 
import org.jeecg.modules.demo.test.entity.JoaDemo;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
 
/**
 * @Description: 流程测试
 * @Author: jeecg-boot
 * @Date:   2019-05-14
 * @Version: V1.0
 */
public interface JoaDemoMapper extends BaseMapper<JoaDemo> {
 
}