冉成楼 4 weeks ago
parent d19000b64d
commit 69688a9c94

@ -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; }
}
}

Loading…
Cancel
Save