Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion service/bitable/v1/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -3992,7 +3992,7 @@ type Condition struct {

Operator *string `json:"operator,omitempty"` // 条件运算符

Value []string `json:"value,omitempty"` // 目标值
Value []string `json:"value"` // 目标值
}

type ConditionBuilder struct {
Expand Down