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