- namespace FL
- {
- public static partial class PersistenceKeys
- {
- public const string last_login_account = "fl_last_login_account";
- /// <summary>
- /// 圣兵列表排序类型
- /// </summary>
- public const string partner_sort_type = "partner_sort_type";
- /// <summary>
- /// 铭文列表排序类型
- /// </summary>
- public const string epigraph_sort_type = "epigraph_sort_type";
- }
- }
|