using System; using System.Collections.Generic; using System.Text; namespace JiShe.CollectBus.Common.Enums { public enum SortEnum { Asc, Desc } }