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