mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-11-08 02:14:44 +08:00
fix issue #I3W5YR
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user