This commit is contained in:
2025-03-31 17:36:49 +08:00
parent 490630d4c9
commit d7183fcc00
805 changed files with 1055 additions and 304753 deletions

View File

@@ -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"`
}