Skip to content

zentao-api / DataRecordFilter

Interface: DataRecordFilter

单条过滤条件,字段名支持 . 访问子字段。

Properties

PropertyTypeDescription
keystring字段路径,例如 statusassignedTo.id
operator"=" | "!=" | ">" | "<" | ">=" | "<=" | "~" | "!~"比较运算符。
valuestring | number | boolean | string[]比较值;数组用于 =/!=/~/!~ 的“任一/全不”匹配。

Released under the MIT License.