2025-03-21 11:05:42 +08:00

14 lines
166 B
Go

package global
type DataDict16 struct {
Name string
Value int16
Selected bool
}
type DataDict struct {
Name string
Value string
Selected bool
}