mirror of
https://gitee.com/best_handsome/mybatis-plus-join
synced 2025-07-11 00:02:22 +08:00
16 lines
330 B
Java
16 lines
330 B
Java
package com.github.yulichang.wrapper;
|
|
|
|
/**
|
|
* 名字太长 变更为MPJLambdaWrapper
|
|
* {@link MPJLambdaWrapper}
|
|
* 推荐 使用 Wrappers.<UserDO>lambdaJoin(); 构造器
|
|
*
|
|
* @author yulichang
|
|
*/
|
|
@Deprecated
|
|
@SuppressWarnings("DeprecatedIsStillUsed")
|
|
public class MPJJoinLambdaQueryWrapper<T> extends MPJLambdaWrapper<T> {
|
|
|
|
|
|
}
|