mirror of
https://github.com/hs-web/hsweb-framework.git
synced 2026-06-09 17:34:50 +08:00
优化说明
This commit is contained in:
@@ -39,11 +39,11 @@ public class QueryParamEntity extends QueryParam {
|
||||
private static final long serialVersionUID = 8097500947924037523L;
|
||||
|
||||
@Getter
|
||||
@Schema(description = "where条件表达式,与terms参数冲突.")
|
||||
@Schema(description = "where条件表达式,与terms参数不能共存.语法: name = 张三 and age > 16")
|
||||
private String where;
|
||||
|
||||
@Getter
|
||||
@Schema(description = "orderBy条件表达式,与sorts参数冲突.")
|
||||
@Schema(description = "orderBy条件表达式,与sorts参数不能共存.语法: age asc,createTime desc")
|
||||
private String orderBy;
|
||||
|
||||
//总数,设置了此值时,在分页查询的时候将不执行count.
|
||||
|
||||
Reference in New Issue
Block a user