【同步】BOOT 和 CLOUD 的功能

This commit is contained in:
YunaiV
2025-05-12 23:18:16 +08:00
parent 282be0b4f0
commit 2a01d1a970
7 changed files with 34 additions and 37 deletions

View File

@@ -14,7 +14,7 @@ import java.util.function.Consumer;
* 拓展 MyBatis Plus Join QueryWrapper 类,主要增加如下功能:
* <p>
* 1. 拼接条件的方法,增加 xxxIfPresent 方法,用于判断值不存在的时候,不要拼接到条件中。
* SFunction<S, ?> column + <S> 泛型 支持任意类字段(主表、子表、三表) 推荐写法, 让编译器自动推断 S 类型
* 2. SFunction<S, ?> column + <S> 泛型支持任意类字段(主表、子表、三表)推荐写法, 让编译器自动推断 S 类型
* @param <T> 数据类型
*/
public class MPJLambdaWrapperX<T> extends MPJLambdaWrapper<T> {