修复表达式简化的错误
This commit is contained in:
@@ -13,6 +13,6 @@ public class BaseEntity<TKey> : Entity, IEntity where TKey : IEquatable<TKey>
|
|||||||
|
|
||||||
public override object[] GetKeys()
|
public override object[] GetKeys()
|
||||||
{
|
{
|
||||||
return [id];
|
return new object[] { id };
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user