Interface IEntityId

IEntityId 接口

表示具有 ID 的实体。

public interface IEntityId

属性

名称描述
Id { get; set; }获取或设置实体的 ID。

另请参阅