mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-18 17:48:01 +08:00
fix #I820A3 sqlsugar删除时异常
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user