lius
2023-09-01 21ac8f00242b6f445094e9650c59643364b3bf77
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> {
 
}