using System; using System.Collections.Generic; using System.Text; namespace CoreEntity.ESEntity { public class Queryresults { /// /// /// public List columns { get; set; } /// /// /// public List> rows { get; set; } } }