feat(commons): 为实体统一添加软删除相关字段。
This commit is contained in:
@@ -22,7 +22,4 @@ export class Project extends AppBaseEntity {
|
||||
|
||||
@Column({ nullable: true })
|
||||
webHookSecret?: string;
|
||||
|
||||
@DeleteDateColumn()
|
||||
deletedAt?: Date;
|
||||
}
|
||||
|
Reference in New Issue
Block a user