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