Quellcode durchsuchen

添加节点prepare context

wangbo vor 4 Monaten
Ursprung
Commit
71172248cf
1 geänderte Dateien mit 3 neuen und 2 gelöschten Zeilen
  1. 3 2
      service/response/workflow.go

+ 3 - 2
service/response/workflow.go

@@ -57,8 +57,9 @@ type Option struct {
 }
 
 type Props struct {
-	Multiple   bool `json:"multiple"`
-	Filterable bool `json:"filterable"`
+	Multiple   bool   `json:"multiple"`
+	Filterable bool   `json:"filterable"`
+	Context    string `json:"context"`
 }
 
 type Rule struct {