fix issue #I3W5YR

This commit is contained in:
yubaolee
2021-06-18 16:53:28 +08:00
parent 8608ce78f5
commit 7893fe3024
3 changed files with 7 additions and 7 deletions

View File

@@ -10,7 +10,7 @@ namespace OpenAuth.Repository.Core
public class LongEntity :BaseEntity
{
[Browsable(false)]
public long Id { get; set; }
public decimal Id { get; set; }
public override bool KeyIsNull()
{
return Id == 0;