lius
2023-06-30 3e1a770800cc7d5462672588d77b85f3afb8fbda
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package org.jeecg.modules.demo.test.service;
 
import org.jeecg.modules.demo.test.entity.JoaDemo;
 
import com.baomidou.mybatisplus.extension.service.IService;
 
/**
 * @Description: 流程测试
 * @Author: jeecg-boot
 * @Date:   2019-05-14
 * @Version: V1.0
 */
public interface IJoaDemoService extends IService<JoaDemo> {
 
}