PersistenceKeys.cs 307 B

1234567891011
  1. namespace FL
  2. {
  3. public static partial class PersistenceKeys
  4. {
  5. public const string last_login_account = "fl_last_login_account";
  6. /// <summary>
  7. /// 圣兵列表排序类型
  8. /// </summary>
  9. public const string partner_sort_type = "partner_sort_type";
  10. }
  11. }