소스 검색

加上 miemie

hubin 7 년 전
부모
커밋
95349dac97

+ 1 - 1
mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/AbstractWrapper.java

@@ -33,7 +33,7 @@ import static com.baomidou.mybatisplus.core.enums.SqlKeyword.*;
  * 查询条件封装
  * 查询条件封装
  * </p>
  * </p>
  *
  *
- * @author hubin
+ * @author hubin miemie HCL
  * @since 2017-05-26
  * @since 2017-05-26
  */
  */
 public abstract class AbstractWrapper<T, R, This extends AbstractWrapper<T, R, This>> extends Wrapper<T> {
 public abstract class AbstractWrapper<T, R, This extends AbstractWrapper<T, R, This>> extends Wrapper<T> {

+ 1 - 1
mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/EntityWrapper.java

@@ -28,7 +28,7 @@ import java.util.concurrent.atomic.AtomicInteger;
  * Entity 对象封装操作类
  * Entity 对象封装操作类
  * </p>
  * </p>
  *
  *
- * @author hubin
+ * @author hubin miemie HCL
  * @Date 2018-05-25
  * @Date 2018-05-25
  */
  */
 public class EntityWrapper<T> extends AbstractWrapper<T, String, EntityWrapper<T>> {
 public class EntityWrapper<T> extends AbstractWrapper<T, String, EntityWrapper<T>> {

+ 1 - 1
mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/ISqlSegment.java

@@ -21,7 +21,7 @@ package com.baomidou.mybatisplus.core.conditions;
  * SQL 片段接口
  * SQL 片段接口
  * </p>
  * </p>
  *
  *
- * @author hubin
+ * @author hubin miemie HCL
  * @since 2018-05-28
  * @since 2018-05-28
  */
  */
 @FunctionalInterface
 @FunctionalInterface

+ 1 - 1
mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/LambdaWrapper.java

@@ -29,7 +29,7 @@ import java.util.concurrent.atomic.AtomicInteger;
  * 查询条件封装
  * 查询条件封装
  * </p>
  * </p>
  *
  *
- * @author hubin
+ * @author hubin miemie HCL
  * @since 2017-05-26
  * @since 2017-05-26
  */
  */
 public class LambdaWrapper<T> extends AbstractWrapper<T, Property<T, ?>, LambdaWrapper<T>> {
 public class LambdaWrapper<T> extends AbstractWrapper<T, Property<T, ?>, LambdaWrapper<T>> {