using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace EastChanger.Entites { public class Entities2GroupBy { //public int Id { get; set; } public string BillNo { get; set; } public bool SyncStatus { get; set; } } }