mirror of
https://gitee.com/dromara/easy-es.git
synced 2025-12-06 09:09:13 +08:00
4 lines
313 B
Markdown
4 lines
313 B
Markdown
> **说明:**
|
|
> QueryWrapper(LambdaEsQueryWrapper) 和 UpdateWrapper(LambdaEsUpdateWrapper) 的父类<br />用于生成 语句 的 where 条件, entity 属性也用于生成 语句 的 where 条件<br />注意: entity 生成的 where 条件与 使用各个 api 生成的 where 条件**没有任何关联行为**
|
|
|