@ -13,8 +13,6 @@ namespace OpenAuth.Repository.Domain
{
[SugarColumn(IsPrimaryKey = true)]
public long UserId { get; set; }
[SugarColumn(IsJson = true)]
public JObject SettingInfo { get; set; }
public string SettingInfo { get; set; }
}