mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-04-05 17:38:01 +08:00
fix #I820A3 sqlsugar删除时异常
This commit is contained in:
parent
5481cd91c5
commit
f9d0273b5e
@ -1,5 +1,6 @@
|
||||
using System;
|
||||
using System.ComponentModel;
|
||||
using SqlSugar;
|
||||
|
||||
namespace OpenAuth.Repository.Core
|
||||
{
|
||||
@ -9,6 +10,7 @@ namespace OpenAuth.Repository.Core
|
||||
public class StringEntity : BaseEntity
|
||||
{
|
||||
[Browsable(false)]
|
||||
[SugarColumn(IsPrimaryKey = true)]
|
||||
public string Id { get; set; }
|
||||
|
||||
/// <summary>
|
||||
|
Loading…
Reference in New Issue
Block a user