fix #I820A3 sqlsugar删除时异常

This commit is contained in:
wintel 2023-09-17 18:55:02 +08:00
parent 5481cd91c5
commit f9d0273b5e

View File

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