using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Bowin.Common.Linq.Entity { public class OrderByStatementView { public string OrderBy { get; set; } public bool isAsc { get; set; } } }