package entity type Entity struct { Num int S string T map[string]string }