package definition type Entity struct { FieldType string FieldName string FieldCNName string Operators []Operator ColumnName string }