14 lines
166 B
Go
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
|
|
}
|