public abstract class EntityWithAutoIdKey : IEntityWithAutoIdKey,
IEntityWithIdKey, IEntityWithIdKey<long>, IEntity
EntityWithAutoIdKey | Initializes a new instance of the EntityWithAutoIdKey class |
Public Properties | |
Id | 获取/设置 Id 主键。 |
Public Methods | |
ToString |
返回对本实体的描述字符串。
(Overrides objectToString) |