Skip to content

@142vip.typeorm.Class.BaseEntityWithDeleted

mmdapl edited this page Oct 17, 2025 · 1 revision

API 参考 / @142vip/typeorm / BaseEntityWithDeleted

Class: BaseEntityWithDeleted

Defined in: base.entity.ts:32

带删除状态的实体

Extends

Constructors

Constructor

new BaseEntityWithDeleted(): BaseEntityWithDeleted

Returns

BaseEntityWithDeleted

Inherited from

BaseEntity.constructor

Properties

createTime

createTime: Date

Defined in: base.entity.ts:18

Inherited from

BaseEntity.createTime


deleted

deleted: boolean

Defined in: base.entity.ts:37


id

id: number

Defined in: base.entity.ts:13

自增主键

Inherited from

BaseEntity.id


updateTime

updateTime: Date

Defined in: base.entity.ts:26

更新时间

Inherited from

BaseEntity.updateTime

Clone this wiki locally