Skip to content

Commit

Permalink
🎨 Added the value param on the CustomerRequestRequestFieldValueScheme…
Browse files Browse the repository at this point in the history
… struct
  • Loading branch information
ctreminiom committed Aug 17, 2023
1 parent a47adfd commit 290c5f8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkg/infra/models/sm_request.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,9 @@ type CustomerRequestReporterScheme struct {
}

type CustomerRequestRequestFieldValueScheme struct {
FieldID string `json:"fieldId,omitempty"`
Label string `json:"label,omitempty"`
FieldID string `json:"fieldId,omitempty"`
Label string `json:"label,omitempty"`
Value interface{} `json:"value,omitempty"`
}

type CustomerRequestCurrentStatusScheme struct {
Expand Down

0 comments on commit 290c5f8

Please sign in to comment.