yjp 1 жил өмнө
parent
commit
6b4dcc74a4

+ 1 - 0
convenient/domain/query_rule/info.go

@@ -7,4 +7,5 @@ type Info struct {
 	Scope      string `json:"scope" sqlresult:"column:scope"`
 	DomainName string `json:"domainName" sqlresult:"column:domain_name"`
 	Rule       string `json:"rule" sqlresult:"column:rule"`
+	Enabled    bool   `json:"enabled" sqlresult:"column:enabled"`
 }