@Documented @Target(value=FIELD) @Retention(value=RUNTIME) public @interface QueryCondition
| 限定符和类型 | 可选元素和说明 |
|---|---|
boolean |
canBeEmpty
是否可为空
|
String |
column
对应列
|
String |
messageForEmpty
当为空时的提示信息
|
ConditionType |
type
查询类型
|
public abstract ConditionType type
public abstract String column
public abstract String messageForEmpty
Copyright © 2025. All rights reserved.