mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-03-13 09:40:52 +08:00
update [重大改动] 重写VO转换 支持深拷贝 将VO类抽象到 ServicePlus 泛型处理
This commit is contained in:
@@ -17,7 +17,7 @@ import java.util.List;
|
||||
* @author Lion Li
|
||||
* @date 2021-05-30
|
||||
*/
|
||||
public interface ITestDemoService extends IServicePlus<TestDemo> {
|
||||
public interface ITestDemoService extends IServicePlus<TestDemo, TestDemoVo> {
|
||||
|
||||
/**
|
||||
* 查询单个
|
||||
|
||||
Reference in New Issue
Block a user