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