v2_10
This commit is contained in:
@@ -12,3 +12,8 @@ type XmSelectTree struct {
|
||||
Value string `json:"value"`
|
||||
Children []*XmSelectTree `json:"children"`
|
||||
}
|
||||
|
||||
type XmSelect struct {
|
||||
Name string `json:"name"`
|
||||
Value string `json:"value"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user