using System; using System.Collections.Generic; using System.Text; namespace CoreEntity.ESEntity { //#region 查询实体类 public class Entity { /// /// /// public string name { get; set; } /// /// /// public string type { get; set; } } //#endregion }