mybatis-plus(java)中Wrapper,有两大类QueryWrapper和UpdateWrapper,也可使用LambatQueryWrapper和UpdateWrapper。
定义后QueryWrapper<T> syUser = new QueryWrapper<T>();,对应方法可具体查询https://baomidou.com/guide/wrapper.html

也可看图
image.png

参考自https://www.cnblogs.com/ttty/p/11685784.html