Skip to content

zentao-api / DataRecordFilterGroup

Interface: DataRecordFilterGroup

一组过滤条件,组内按 operator 组合;多组之间按 AND 组合。

Properties

PropertyTypeDescription
conditionsDataRecordFilter[]组内条件列表。
operator"AND" | "OR"组内条件的组合方式。

Released under the MIT License.