This commit is contained in:
admin 2021-04-23 16:30:11 +08:00
parent fd6de6f50b
commit f09e0492fb
3 changed files with 4 additions and 2 deletions

View File

@ -28,7 +28,10 @@ import static com.baomidou.mybatisplus.core.enums.WrapperKeyword.APPLY;
import static java.util.stream.Collectors.joining;
/**
* 查询条件封装
* copy {@link com.baomidou.mybatisplus.core.conditions.AbstractWrapper}
*
* @author yulichang
*/
@SuppressWarnings({"serial", "unchecked"})
public abstract class MPJAbstractWrapper<T, Children extends MPJAbstractWrapper<T, Children>> extends Wrapper<T>

View File

@ -1,9 +1,8 @@
package com.github.yulichang.wrapper;
/**
* copy {@link com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper}
* <p>
* 名字太长 变更为MPJLambdaWrapper
* {@link MPJLambdaWrapper}
* 推荐 使用 Wrappers.<>lambdaJoin(); 构造器
*
* @author yulichang

BIN
wx.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 41 KiB