mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-11-10 03:14:45 +08:00
采用全新的数据库架构
This commit is contained in:
15
OpenAuth.Domain/UserCfg.cs
Normal file
15
OpenAuth.Domain/UserCfg.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace OpenAuth.Domain
|
||||
{
|
||||
public partial class UserCfg
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public string Theme { get; set; }
|
||||
public string Skin { get; set; }
|
||||
public string NavBarStyle { get; set; }
|
||||
public string TabFocusColor { get; set; }
|
||||
public int NavTabIndex { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user