飞星
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

11 rivejä
173 B

  1. namespace Permission.Redis
  2. {
  3. /// <summary>
  4. /// Redis 排序类型
  5. /// </summary>
  6. public enum OrderType
  7. {
  8. Ascending,
  9. Descending
  10. }
  11. }