MybatisPlus的EntityWrapper

maven导入是如下:

        <dependency>
            <groupId>com.baomidou</groupId>
            <artifactId>mybatis-plus-boot-starter</artifactId>
            <version>3.0.5</version>
        </dependency>
         
        <dependency>
            <groupId>com.baomidou</groupId>
            <artifactId>mybatis-plus</artifactId>
            <version>3.0.5</version>
        </dependency>

MybatisPlus的EntityWrapper 在3.0版本以上就没发现了,改为了QueryWrapper。

猜你喜欢

转载自www.cnblogs.com/it-deepinmind/p/12551699.html