namespace Permission.Redis { /// <summary> /// Redis 排序类型 /// </summary> public enum OrderType { Ascending, Descending } }