@@ -33,7 +33,7 @@ import static com.baomidou.mybatisplus.core.enums.SqlKeyword.*;
* 查询条件封装
* </p>
*
- * @author hubin
+ * @author hubin miemie HCL
* @since 2017-05-26
*/
public abstract class AbstractWrapper<T, R, This extends AbstractWrapper<T, R, This>> extends Wrapper<T> {
@@ -28,7 +28,7 @@ import java.util.concurrent.atomic.AtomicInteger;
* Entity 对象封装操作类
* @Date 2018-05-25
public class EntityWrapper<T> extends AbstractWrapper<T, String, EntityWrapper<T>> {
@@ -21,7 +21,7 @@ package com.baomidou.mybatisplus.core.conditions;
* SQL 片段接口
* @since 2018-05-28
@FunctionalInterface
@@ -29,7 +29,7 @@ import java.util.concurrent.atomic.AtomicInteger;
public class LambdaWrapper<T> extends AbstractWrapper<T, Property<T, ?>, LambdaWrapper<T>> {