Pārlūkot izejas kodu

添加节点prepare context

wangbo 4 mēneši atpakaļ
vecāks
revīzija
71172248cf
1 mainītis faili ar 3 papildinājumiem un 2 dzēšanām
  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 {